DimensionAttribute.Type 속성
Gets or sets the type of the attribute.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property Type As AttributeType
Get
Set
‘사용 방법
Dim instance As DimensionAttribute
Dim value As AttributeType
value = instance.Type
instance.Type = value
public AttributeType Type { get; set; }
public:
property AttributeType Type {
AttributeType get ();
void set (AttributeType value);
}
member Type : AttributeType with get, set
function get Type () : AttributeType
function set Type (value : AttributeType)
속성 값
유형: Microsoft.AnalysisServices.AttributeType
The type of the attribute.