Propriedade do RDL Events
Gets the events associated with the partition function.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Events As PartitionFunctionEvents
Get
'Uso
Dim instance As PartitionFunction
Dim value As PartitionFunctionEvents
value = instance.Events
public PartitionFunctionEvents Events { get; }
public:
property PartitionFunctionEvents^ Events {
PartitionFunctionEvents^ get ();
}
member Events : PartitionFunctionEvents
function get Events () : PartitionFunctionEvents
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunctionEvents
A PartitionFunctionEvents object that specifies the events associated with the partition function.
Consulte também