Partilhar via


Propriedade CreatePartitionFunctionStatement.ParameterType

Obtém ou define o tipo de parâmetro opcional.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.PartitionParameterType
Retorna um PartitionParameterType.

Segurança do .NET Framework

Consulte também

Referência

CreatePartitionFunctionStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql