共用方式為


AdomdRestriction.Namespace 屬性

Gets or sets the XML namespace with which the AdomdRestriction will be serialized.

命名空間:  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
A String that contains the namespace with which the AdomdRestriction will be serialized.

請參閱

參考

AdomdRestriction 類別

Microsoft.AnalysisServices.AdomdClient 命名空間