Propriedade do RDL PartitionScheme.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 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 da propriedade

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

Exemplos

Usando grupos de arquivos e arquivos para armazenar dados

Consulte também

Referência

PartitionScheme Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE PARTITION SCHEME (Transact-SQL)