Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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