PartitionFunction.Events-Eigenschaft
Gets the events associated with the partition function.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As PartitionFunctionEvents
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents
A PartitionFunctionEvents object that specifies the events associated with the partition function.
Beispiele
Verwenden von Dateigruppen und Dateien zur Speicherung von Daten
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace