ISql90Constraint.DefiningTable, propriété
Obtient ou définit la table contrainte.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
Property DefiningTable As ISql90SpecifiesTable
Get
Set
ISql90SpecifiesTable DefiningTable { get; set; }
property ISql90SpecifiesTable^ DefiningTable {
ISql90SpecifiesTable^ get ();
void set (ISql90SpecifiesTable^ value);
}
abstract DefiningTable : ISql90SpecifiesTable with get, set
function get DefiningTable () : ISql90SpecifiesTable
function set DefiningTable (value : ISql90SpecifiesTable)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISql90SpecifiesTable
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.