Type プロパティ
Dimension オブジェクトの種類を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property Type As DimensionType
Get
Set
'使用
Dim instance As Dimension
Dim value As DimensionType
value = instance.Type
instance.Type = value
public DimensionType Type { get; set; }
public:
property DimensionType Type {
DimensionType get ();
void set (DimensionType value);
}
member Type : DimensionType with get, set
function get Type () : DimensionType
function set Type (value : DimensionType)
プロパティ値
型: Microsoft.AnalysisServices. . :: . .DimensionType
ディメンションの種類を含む列挙です。既定値は Regular です。