Proprietà CellProperty.Namespace

Gets the namespace of the CellProperty.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Namespace As String 
    Get
'Utilizzo
Dim instance As CellProperty 
Dim value As String 

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

Valore proprietà

Tipo: System.String
A String that contains the namespace of the CellProperty.

Vedere anche

Riferimento

CellProperty Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient