.NET手记

.NET学习

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2019年8月8日

只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-08-08 11:37 baggiojing 阅读(1) 评论(0) 推荐(0) 编辑

2019年7月11日

该文被密码保护。 阅读全文
posted @ 2019-07-11 09:51 baggiojing 阅读(1) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文
posted @ 2019-07-11 09:42 baggiojing 阅读(2) 评论(0) 推荐(0) 编辑

2011年5月17日

摘要: 在SSAS中,我们通常会对cube建立分区,建立分区时,需要注意一些事项,否则在做ETL数据包来自动处理cube分区则会找不到相应的分区。第一步:建立分区,点击“新建分区”,我们会看到一个弹出界面“分区向导”,在这个界面当中选择“度量值组”,查找范围是工程中定义的数据源视图,在界面下部分,会有选项事实表可以选择。在这个向导界面,不需要做太多操作,可以直接下一步。第二步:接上一步,我们会看到以下界面,默认的选项“制定查询以限制行” 是没有打钩的,这个部分需要人工选择上,然后在查询框中添加WHERE条件。这个时候就需要注意了,在查询框中,有人会自己写SELECT语句,用*代表所有字段,经过实践证. 阅读全文
posted @ 2011-05-17 17:12 baggiojing 阅读(1786) 评论(3) 推荐(1) 编辑

2011年4月7日

摘要: 关于在SSAS中添加角色时 需要注意将SSAS.database文件签出、签入。当向SSAS工程文件中添加角色时,需要注意,改变的有两个文件SSAS.dwproj、SSAS.database,所以当添加或者删除角色的时候,需要同时将以上两个文件签出,并且在完成添加或者删除动作后,需要将以上两个文件签入。在添加角色时候,SSAS.database文件会添加以下节点<Role dwd:design-time-name="9454ad3f-9a69-486d-802e-66b86333f276"><ID>Role 7</ID><Name& 阅读全文
posted @ 2011-04-07 15:11 baggiojing 阅读(916) 评论(0) 推荐(0) 编辑

2008年11月3日

摘要: In This Tutorial:· C# compiler demo for the web - type code in a web page, compile and execute it on the client· How to enable dynamic code compilation for a Silverlight application· Ho... 阅读全文
posted @ 2008-11-03 11:14 baggiojing 阅读(1376) 评论(0) 推荐(0) 编辑

2008年10月31日

摘要: Themes Quick Reference Expression Dark Expression Light Rainier Orange Rainier Purple Shiny Red Shiny Blue ImplicitStyleManager Encapsulates an attached behavior that propagates styles in a framework ... 阅读全文
posted @ 2008-10-31 17:03 baggiojing 阅读(449) 评论(1) 推荐(1) 编辑

摘要: BarSeries Represents a control that contains a data series to be rendered in bar format. ColumnSeries Represents a control that contains a data series to be rendered in column format. PieSeries Repres... 阅读全文
posted @ 2008-10-31 17:02 baggiojing 阅读(493) 评论(1) 推荐(0) 编辑

摘要: TreeView Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse. AutoCompleteBox Represents a control that combines a text box and a drop ... 阅读全文
posted @ 2008-10-31 17:00 baggiojing 阅读(434) 评论(0) 推荐(0) 编辑

2008年10月22日

摘要: Important! migrating older code to the newer release If you are migrating Silverlight applications that were created for the Silverlight 2 Beta 2 release or earlier to the final release of Silverlight... 阅读全文
posted @ 2008-10-22 16:02 baggiojing 阅读(577) 评论(0) 推荐(0) 编辑