OrderByAttributeID プロパティ
DimensionAttribute のメンバの順序付けに使用される別の属性を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public Property OrderByAttributeID As String
Get
Set
'使用
Dim instance As DimensionAttribute
Dim value As String
value = instance.OrderByAttributeID
instance.OrderByAttributeID = value
[BrowsableAttribute(false)]
public string OrderByAttributeID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ OrderByAttributeID {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member OrderByAttributeID : string with get, set
function get OrderByAttributeID () : String
function set OrderByAttributeID (value : String)
プロパティ値
型: System. . :: . .String
DimensionAttribute のメンバの順序付けに使用される別の属性を表す文字列です。