AdomdRestriction.Namespace プロパティ
AdomdRestriction のシリアル化に使用する XML 名前空間を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public Property Namespace As String
Get
Set
'使用
Dim instance As AdomdRestriction
Dim value As String
value = instance.Namespace
instance.Namespace = value
public string Namespace { get; set; }
public:
property String^ Namespace {
String^ get ();
void set (String^ value);
}
member Namespace : string with get, set
function get Namespace () : String
function set Namespace (value : String)
プロパティ値
型: System.String
AdomdRestriction のシリアル化に使用する名前空間を表す String です。