Propriété EventName
Gets the name of the event.
Espace de noms : Microsoft.SqlServer.Management.Facets
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EventName As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A String object value that specifies the event.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi