Condividi tramite


Proprietà StateChangeEventAttribute.EventName

Gets the name of the event.

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

Sintassi

'Dichiarazione
Public ReadOnly Property EventName As String 
    Get
'Utilizzo
Dim instance As StateChangeEventAttribute 
Dim value As String 

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

Valore proprietà

Tipo: System.String
A String object value that specifies the event.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

StateChangeEventAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Facets