Type 속성
Gets or sets the type of attribute associated with an AttributeBinding.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Property Type As AttributeBindingType
Get
Set
‘사용 방법
Dim instance As AttributeBinding
Dim value As AttributeBindingType
value = instance.Type
instance.Type = value
public AttributeBindingType Type { get; set; }
public:
property AttributeBindingType Type {
AttributeBindingType get ();
void set (AttributeBindingType value);
}
member Type : AttributeBindingType with get, set
function get Type () : AttributeBindingType
function set Type (value : AttributeBindingType)
속성 값
형식: Microsoft.AnalysisServices. . :: . .AttributeBindingType
An Enumeration containing the possible binding types.