Partilhar via


Propriedade ISql90PartitionFunction.ParameterType

Obtém ou define o tipo do parâmetro a serem particionados.

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

Sintaxe

'Declaração
Property ParameterType As ISqlTypeSpecifier
    Get
    Set
ISqlTypeSpecifier ParameterType { get; set; }
property ISqlTypeSpecifier^ ParameterType {
    ISqlTypeSpecifier^ get ();
    void set (ISqlTypeSpecifier^ value);
}
abstract ParameterType : ISqlTypeSpecifier with get, set
function get ParameterType () : ISqlTypeSpecifier
function set ParameterType (value : ISqlTypeSpecifier)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISqlTypeSpecifier

Segurança do .NET Framework

Consulte também

Referência

ISql90PartitionFunction Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel