Compartir a través de


PartitionFunction.Events Propiedad

Gets the events associated with the partition function.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.PartitionFunctionEvents
A PartitionFunctionEvents object that specifies the events associated with the partition function.

Ejemplos

Utilizar grupos de archivos y archivos para almacenar datos

Vea también

Referencia

PartitionFunction Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

CREATE PARTITION FUNCTION (Transact-SQL)