Partager via


ISql90PartitionFunction.Range, propriété

Obtient ou définit la plage valide pour la fonction de partition.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property Range As SqlPartitionRange
    Get
    Set
SqlPartitionRange Range { get; set; }
property SqlPartitionRange Range {
    SqlPartitionRange get ();
    void set (SqlPartitionRange value);
}
abstract Range : SqlPartitionRange with get, set
function get Range () : SqlPartitionRange
function set Range (value : SqlPartitionRange)

Valeur de propriété

Type : Microsoft.Data.Schema.Sql.SchemaModel.SqlPartitionRange

Sécurité .NET Framework

Voir aussi

Référence

ISql90PartitionFunction Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms