SqlScriptDomGeneratorConstructor.GenerateInlineConstraint, propriété
Obtient ou définit une valeur qui indique s'il faut générer des contraintes inline lors de la génération d'instructions CreateTable.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
Public Property GenerateInlineConstraint As Boolean
Get
Set
public bool GenerateInlineConstraint { get; set; }
public:
property bool GenerateInlineConstraint {
bool get ();
void set (bool value);
}
member GenerateInlineConstraint : bool with get, set
function get GenerateInlineConstraint () : boolean
function set GenerateInlineConstraint (value : boolean)
Valeur de propriété
Type : System.Boolean
Notes
Par défaut, cette propriété aura la valeur true.
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.