Méthode StoreConstraintsFlags
Stocke des indicateurs de contraintes comme spécifié par le paramètre options.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Sub StoreConstraintsFlags ( _
ByRef options As ScriptingOptions _
)
'Utilisation
Dim options As ScriptingOptions
Me.StoreConstraintsFlags(options)
protected void StoreConstraintsFlags(
ref ScriptingOptions options
)
protected:
void StoreConstraintsFlags(
ScriptingOptions^% options
)
member StoreConstraintsFlags :
options:ScriptingOptions byref -> unit
protected function StoreConstraintsFlags(
options : ScriptingOptions
)
Paramètres
- options
Type : Microsoft.SqlServer.Management.Smo. . :: . .ScriptingOptions%
Référence à un objet ScriptingOptions.
Voir aussi