ScriptSchemaObjectBase.StoreConstraintsFlags Method

Stores contraints flags as specified by the options parameter.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Protected Sub StoreConstraintsFlags ( _
    ByRef options As ScriptingOptions _
)
'Usage
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
)

Parameters