Share via


SqlScriptEditorControl.MyOptions Property

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

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Protected Property MyOptions As QueryExecutionSettings 
    Get 
    Set
'Usage
Dim value As QueryExecutionSettings 

value = Me.MyOptions 

Me.MyOptions = value
protected QueryExecutionSettings MyOptions { get; set; }
protected:
property QueryExecutionSettings^ MyOptions {
    QueryExecutionSettings^ get ();
    void set (QueryExecutionSettings^ value);
}
member MyOptions : QueryExecutionSettings with get, set
function get MyOptions () : QueryExecutionSettings 
function set MyOptions (value : QueryExecutionSettings)

Property Value

Type: QueryExecutionSettings
The QueryExecutionSettings object.

See Also

Reference

SqlScriptEditorControl Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace