CubeDimension.Attributes プロパティ
CubeDimension オブジェクトに関連付けられた属性のコレクションを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As CubeAttributeCollection
Get
'使用
Dim instance As CubeDimension
Dim value As CubeAttributeCollection
value = instance.Attributes
[BrowsableAttribute(false)]
public CubeAttributeCollection Attributes { get; }
[BrowsableAttribute(false)]
public:
property CubeAttributeCollection^ Attributes {
CubeAttributeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Attributes : CubeAttributeCollection
function get Attributes () : CubeAttributeCollection
プロパティ値
型: Microsoft.AnalysisServices.CubeAttributeCollection
キューブ属性のコレクションです。