Proprietà Action.Key.Name

Gets the name of a Action.Key object.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As Action.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

Valore proprietà

Tipo: System.String
A string that specifies the name.

Vedere anche

Riferimento

Action.Key Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent