Share via


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
'Usage
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);
}
public function get ParameterType () : PartitionParameterType 
public 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

CreatePartitionFunctionStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace