次の方法で共有


CubeAttributeBinding.Type プロパティ

バインドの種類を取得します。値の設定も可能です。

名前空間:  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
バインドの種類を表す AttributeBindingType です。

関連項目

参照

CubeAttributeBinding クラス

Microsoft.AnalysisServices 名前空間