CubeDef.Properties 属性

获取 PropertyCollection 类的实例,该类包含与 CubeDef 相关联的属性。

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property Properties As PropertyCollection 
    Get
用法
Dim instance As CubeDef 
Dim value As PropertyCollection 

value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection

属性值

类型:Microsoft.AnalysisServices.AdomdServer.PropertyCollection
一个 PropertyCollection,它包含与多维数据集相关联的属性。

请参阅

参考

CubeDef 类

Microsoft.AnalysisServices.AdomdServer 命名空间