CreatePartitionFunctionStatement.ParameterType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the optional parameter type.

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

Syntax

public PartitionParameterType ParameterType { get; set; }
public:
property PartitionParameterType^ ParameterType {
    PartitionParameterType^ get();
    void set(PartitionParameterType^ value);
}
member ParameterType : PartitionParameterType with get, set
Public Property ParameterType As PartitionParameterType

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.PartitionParameterType

The optional parameter type.

See Also

CreatePartitionFunctionStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top