Proprietà OlapInfoHierarchy.Name

Gets a String that represents the name of the hierarchy.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As OlapInfoHierarchy 
Dim value As String 

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

Valore proprietà

Tipo: System.String
A String that represents the name of the hierarchy.

Vedere anche

Riferimento

OlapInfoHierarchy Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient