Share via


Propriété Events

Gets the events that are associated with the alias data type.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Events As UserDefinedTypeEvents
    Get
'Utilisation
Dim instance As UserDefinedType
Dim value As UserDefinedTypeEvents

value = instance.Events
public UserDefinedTypeEvents Events { get; }
public:
property UserDefinedTypeEvents^ Events {
    UserDefinedTypeEvents^ get ();
}
member Events : UserDefinedTypeEvents
function get Events () : UserDefinedTypeEvents

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedTypeEvents
A UserDefinedTypeEvents object that represents the alias data type events.