Propriedade do RDL Events
Gets the events that are associated with the alias data type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Events As UserDefinedTypeEvents
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedTypeEvents
A UserDefinedTypeEvents object that represents the alias data type events.
Consulte também