AttributeBinding.Type 属性

Gets or sets the type of attribute associated with an AttributeBinding.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
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.

请参阅

参考

AttributeBinding 类

Microsoft.AnalysisServices 命名空间