Events 属性
Gets the events that are associated with the alias data type.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property Events As UserDefinedTypeEvents
Get
用法
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
属性值
类型:Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedTypeEvents
A UserDefinedTypeEvents object that represents the alias data type events.