Propriété Events
Gets the events associated with the service contract.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Events As ServiceContractEvents
Get
'Utilisation
Dim instance As ServiceContract
Dim value As ServiceContractEvents
value = instance.Events
public ServiceContractEvents Events { get; }
public:
property ServiceContractEvents^ Events {
ServiceContractEvents^ get ();
}
member Events : ServiceContractEvents
function get Events () : ServiceContractEvents
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceContractEvents
A ServiceContractEvents object that represents the service contract events.
Voir aussi