Partager via


Propriété Target.Key.Name

Gets the name of a Target.Key object.

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

Syntaxe

'Déclaration
Public ReadOnly Property Name As String 
    Get
'Utilisation
Dim instance As Target.Key 
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 name of the Target.Key object.

Voir aussi

Référence

Target.Key Classe

Espace de noms Microsoft.SqlServer.Management.XEvent