Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the events that are associated with the alias data type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As UserDefinedTypeEvents
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedTypeEvents
A UserDefinedTypeEvents object that represents the alias data type events.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace