Свойство CreatePartitionFunctionStatement.ParameterType

Gets or sets the optional parameter type.

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

Синтаксис

'Декларация
Public Property ParameterType As PartitionParameterType 
    Get 
    Set
'Применение
Dim instance As CreatePartitionFunctionStatement 
Dim value As PartitionParameterType 

value = instance.ParameterType

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

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.PartitionParameterType
The optional parameter type.

См. также

Справочник

CreatePartitionFunctionStatement Класс

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