Level.Name Property
Gets the name of the Level.
Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
'Déclaration
Public Overrides NotOverridable ReadOnly Property Name As String
public override sealed string Name { get; }
public:
virtual property String^ Name {
String^ get () override sealed;
}
/** @property */
public final String get_Name ()
public override final function get Name () : String
A String that contains the name of the Level.
The Nameproperty returns the unqualified name of the level that the Level represents. To get the fully qualified name of a Level, use the UniqueName property.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Level Class
Level Members
Microsoft.AnalysisServices.AdomdServer Namespace