Partager via


Propriété Name

Gets the name of the CubeDef.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Name As String
    Get
'Utilisation
Dim instance As CubeDef
Dim value As String

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string
override Name : string
final function get Name () : String

Valeur de propriété

Type : System. . :: . .String
A String that contains the name of the CubeDef.

Implémente

IMetadataObject. . :: . .Name