SqlScriptEditorControl.MyOptions 属性

定义

获取或设置此窗口用于执行的连接选项。

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

属性值

Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings

QueryExecutionSettings 对象。

适用于