Partilhar via


Propriedade do RDL PartitionSpecifier.Number

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property Number As ScalarExpression 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

PartitionSpecifier Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom