Condividi tramite


Proprietà Events

Gets the events associated with the service contract.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Events As ServiceContractEvents
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceContractEvents
A ServiceContractEvents object that represents the service contract events.