ISql90PartitionFunction.ParameterType, propriété
Obtient ou définit le type du paramètre à partitionner.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISqlTypeSpecifier
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.