Proprietà PartitionFunction.Events
Gets the events associated with the partition function.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Events As PartitionFunctionEvents
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents
A PartitionFunctionEvents object that specifies the events associated with the partition function.
Esempi
Utilizzo di filegroup e file per archiviare dati
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo