Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Subtracts the specified ScriptOption value from the specified ScriptingOptions object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Function Subtract ( _
options As ScriptingOptions, _
scriptOption As ScriptOption _
) As ScriptingOptions
'Usage
Dim options As ScriptingOptions
Dim scriptOption As ScriptOption
Dim returnValue As ScriptingOptions
returnValue = ScriptingOptions.Subtract(options, _
scriptOption)
public static ScriptingOptions Subtract(
ScriptingOptions options,
ScriptOption scriptOption
)
public:
static ScriptingOptions^ Subtract(
ScriptingOptions^ options,
ScriptOption^ scriptOption
)
static member Subtract :
options:ScriptingOptions *
scriptOption:ScriptOption -> ScriptingOptions
public static function Subtract(
options : ScriptingOptions,
scriptOption : ScriptOption
) : ScriptingOptions
Parameter
- options
Typ: Microsoft.SqlServer.Management.Smo.ScriptingOptions
The ScriptingOptions value to be subtracted from.
- scriptOption
Typ: Microsoft.SqlServer.Management.Smo.ScriptOption
The ScriptOption value to subtract from the ScriptingOptions object.
Rückgabewert
Typ: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions value that contains all of the scripting options specified by the options parameter minus the ScriptOption specified by the scriptOption parameter.