다음을 통해 공유


CubeAttributeBinding.Type 속성

Gets or sets the type of binding.

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

구문

‘선언
Public Property Type As AttributeBindingType 
    Get 
    Set
‘사용 방법
Dim instance As CubeAttributeBinding 
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 AttributeBindingType with the binding type.

참고 항목

참조

CubeAttributeBinding 클래스

Microsoft.AnalysisServices 네임스페이스