Partager via


Propriété CreatePartitionFunctionStatement.ParameterType

Gets or sets the optional parameter type.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property ParameterType As PartitionParameterType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

CreatePartitionFunctionStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom