Proprietà ActionInfo.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 ActionInfo.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 of the Action.Key object.

Vedere anche

Riferimento

ActionInfo.Key Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent