Compartir a través de


PartitionScheme.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 PartitionSchemeEvents 
    Get
'Uso
Dim instance As PartitionScheme 
Dim value As PartitionSchemeEvents 

value = instance.Events
public PartitionSchemeEvents Events { get; }
public:
property PartitionSchemeEvents^ Events {
    PartitionSchemeEvents^ get ();
}
member Events : PartitionSchemeEvents
function get Events () : PartitionSchemeEvents

Valor de la propiedad

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

Ejemplos

Utilizar grupos de archivos y archivos para almacenar datos

Vea también

Referencia

PartitionScheme Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

CREATE PARTITION SCHEME (Transact-SQL)