Propriété Name
Gets the name of the mining structure column.
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 MiningStructureColumn
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 containing the name of the mining structure column.
Implémente
Voir aussi