ISql90ClrProperty.Type, propriété
Obtient ou définit leSQL Server type de langage CLR SQL qui définit cette propriété.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
Property Type As ISqlTypeSpecifier
Get
Set
ISqlTypeSpecifier Type { get; set; }
property ISqlTypeSpecifier^ Type {
ISqlTypeSpecifier^ get ();
void set (ISqlTypeSpecifier^ value);
}
abstract Type : ISqlTypeSpecifier with get, set
function get Type () : ISqlTypeSpecifier
function set Type (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.