Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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