次の方法で共有


DimensionAttribute.Type プロパティ

属性の型を取得または設定します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property Type As AttributeType 
    Get 
    Set
'使用
Dim instance As DimensionAttribute 
Dim value As AttributeType 

value = instance.Type

instance.Type = value
public AttributeType Type { get; set; }
public:
property AttributeType Type {
    AttributeType get ();
    void set (AttributeType value);
}
member Type : AttributeType with get, set
function get Type () : AttributeType 
function set Type (value : AttributeType)

プロパティ値

型: Microsoft.AnalysisServices.AttributeType
属性の型。

関連項目

参照

DimensionAttribute クラス

Microsoft.AnalysisServices 名前空間