Compartilhar via


Propriedade do RDL AdomdRestriction.Namespace

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public Property Namespace As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A String that contains the namespace with which the AdomdRestriction will be serialized.

Consulte também

Referência

AdomdRestriction Classe

Namespace Microsoft.AnalysisServices.AdomdClient