CreatePartitionFunctionStatement.ParameterType Property

Gets or sets the optional parameter type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property ParameterType As PartitionParameterType
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.PartitionParameterType
Returns a PartitionParameterType.

.NET Framework Security

See Also

Reference

CreatePartitionFunctionStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace