Свойство PartitionSpecifier.Number

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Number As ScalarExpression 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The expression that shows the partition.

См. также

Справочник

PartitionSpecifier Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom