Compartir a través de


ISql90PartitionScheme.PartitionFunction (Propiedad)

Obtiene o establece la función de partición usada por el esquema de partición.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

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

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90PartitionScheme Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)