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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.