다음을 통해 공유


Events 속성

Gets the events that are associated with the alias data type.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.