Freigeben über


StoreConstraintsFlags-Methode

Speichert Einschränkungsflags, wie im options-Parameter angegeben.

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
)

Parameter