Freigeben über


CreatePartitionFunctionStatement.ParameterType-Eigenschaft

Gets or sets the optional parameter type.

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

Syntax

'Declaration
Public Property ParameterType As PartitionParameterType 
    Get 
    Set
'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);
}
member ParameterType : PartitionParameterType with get, set
function get ParameterType () : PartitionParameterType 
function set ParameterType (value : PartitionParameterType)

Eigenschaftswert

Typ: Microsoft.SqlServer.TransactSql.ScriptDom.PartitionParameterType
The optional parameter type.

Siehe auch

Verweis

CreatePartitionFunctionStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace