Compartir a través de


ISql90PartitionFunction.ParameterType (Propiedad)

Obtiene o establece el tipo del parámetro que se va a dividir en particiones.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90PartitionFunction Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)