共用方式為


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.