Condividi tramite


Proprietà CreatePartitionFunctionStatement.ParameterType

Ottiene o imposta il tipo di parametro facoltativo.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property ParameterType As PartitionParameterType
    Get
    Set
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.PartitionParameterType
Restituisce un elemento PartitionParameterType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreatePartitionFunctionStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql