Sdílet prostřednictvím


CreatePartitionFunctionStatement.ParameterType – vlastnost

Získá nebo nastaví volitelný parametr typu.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.PartitionParameterType
Vrátí PartitionParameterType.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CreatePartitionFunctionStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů