Compartir a través de


Namespace Propiedad

Gets or sets a String representing the namespace of the AdomdProperty.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Property Namespace As String
    Get
    Set
'Uso
Dim instance As AdomdProperty
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 de la propiedad

Tipo: System. . :: . .String
A String that contains the namespace for the AdomdProperty.