Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the options for the transfer operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property Options As ScriptingOptions
Get
Set
'Usage
Dim instance As TransferBase
Dim value As ScriptingOptions
value = instance.Options
instance.Options = value
public ScriptingOptions Options { get; set; }
public:
property ScriptingOptions^ Options {
ScriptingOptions^ get ();
void set (ScriptingOptions^ value);
}
member Options : ScriptingOptions with get, set
function get Options () : ScriptingOptions
function set Options (value : ScriptingOptions)
Property Value
Type: Microsoft.SqlServer.Management.Smo.ScriptingOptions
The options for the transfer operation.