Propriedade ISql90SpecifiesStorage.PartitionScheme

Obtém ou define o esquema de partição é usado para armazenar o objeto.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property PartitionScheme As ISql90PartitionScheme
    Get
    Set
ISql90PartitionScheme PartitionScheme { get; set; }
property ISql90PartitionScheme^ PartitionScheme {
    ISql90PartitionScheme^ get ();
    void set (ISql90PartitionScheme^ value);
}
abstract PartitionScheme : ISql90PartitionScheme with get, set
function get PartitionScheme () : ISql90PartitionScheme
function set PartitionScheme (value : ISql90PartitionScheme)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql90PartitionScheme

Segurança do .NET Framework

Consulte também

Referência

ISql90SpecifiesStorage Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel