次の方法で共有


AdomdRestriction.Name プロパティ

AdomdRestriction の名前を取得します。値の設定も可能です。

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

構文

'宣言
Public Property Name As String 
    Get 
    Set
'使用
Dim instance As AdomdRestriction 
Dim value As String 

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

プロパティ値

型: System.String
AdomdRestriction の名前を表す String です。

説明

AdomdRestriction の名前は、AdomdRestriction が適用される、基になる制限列に制限をマップするために使用されます。

関連項目

参照

AdomdRestriction クラス

Microsoft.AnalysisServices.AdomdClient 名前空間