Compartilhar via


Propriedade ISql90PartitionScheme.PartitionFunction

Obtém ou define a função de partição é usada pelo esquema de partição.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90PartitionScheme Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel