Udostępnij za pośrednictwem


Metoda ScriptSchemaObjectBase.StoreConstraintsFlags

Przechowuje flagi wybierana określony przez options parametru.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Protected Sub StoreConstraintsFlags ( _
    ByRef options As ScriptingOptions _
)
'Użycie
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
)

Parametry