Compartir a través de


OlapInfoProperty.Namespace Propiedad

Gets a String that represents the namespace of the property represented by OlapInfoProperty.

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

Sintaxis

'Declaración
Public ReadOnly Property Namespace As String 
    Get
'Uso
Dim instance As OlapInfoProperty 
Dim value As String 

value = instance.Namespace
public string Namespace { get; }
public:
property String^ Namespace {
    String^ get ();
}
member Namespace : string
function get Namespace () : String

Valor de la propiedad

Tipo: System.String
A String that represents the namespace of the property represented by OlapInfoProperty.

Vea también

Referencia

OlapInfoProperty Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient