次の方法で共有


AttributeBinding.Type プロパティ

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
使用できるバインドの種類を表す Enumeration です。

関連項目

参照

AttributeBinding クラス

Microsoft.AnalysisServices 名前空間