SqlScriptEditorControl.MyOptions Property

Definition

Gets or sets connection options that will be used by this window for execution.

protected:
 property Microsoft::SqlServer::Management::UserSettings::QueryExecutionSettings ^ MyOptions { Microsoft::SqlServer::Management::UserSettings::QueryExecutionSettings ^ get(); void set(Microsoft::SqlServer::Management::UserSettings::QueryExecutionSettings ^ value); };
protected Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings MyOptions { get; set; }
member this.MyOptions : Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings with get, set
Protected Property MyOptions As QueryExecutionSettings

Property Value

Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings

The QueryExecutionSettings object.

Applies to