다음을 통해 공유


Attribute 속성

Gets the primitive data type that represents the association between an attribute and an AggregationDesignAttribute element.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Attribute As DimensionAttribute
    Get
‘사용 방법
Dim instance As AggregationDesignAttribute
Dim value As DimensionAttribute

value = instance.Attribute
[BrowsableAttribute(false)]
public DimensionAttribute Attribute { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ Attribute {
    DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member Attribute : DimensionAttribute
function get Attribute () : DimensionAttribute