Partager via


Propriété PartitionSpecifier.Number

Gets or sets the expression that shows the partition. Optional, may be NULL.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Number As ScalarExpression 
    Get 
    Set
'Utilisation
Dim instance As PartitionSpecifier 
Dim value As ScalarExpression 

value = instance.Number

instance.Number = value
public ScalarExpression Number { get; set; }
public:
property ScalarExpression^ Number {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member Number : ScalarExpression with get, set
function get Number () : ScalarExpression 
function set Number (value : ScalarExpression)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The expression that shows the partition.

Voir aussi

Référence

PartitionSpecifier Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom