Partager via


Propriété NameKey.Name

Gets the name of the object represented by the NameKey.

Espace de noms :  Microsoft.SqlServer.Management.Utility
Assembly :  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Syntaxe

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

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

Valeur de propriété

Type : System.String
A String value that contains the key name.

Voir aussi

Référence

NameKey Classe

Espace de noms Microsoft.SqlServer.Management.Utility