BaseConfiguration._sqlSetOptions Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected: System::Collections::Generic::Dictionary<Microsoft::HostIntegration::Drda::Common::SqlSetOptions, System::String ^> ^ _sqlSetOptions;
protected System.Collections.Generic.Dictionary<Microsoft.HostIntegration.Drda.Common.SqlSetOptions,string> _sqlSetOptions;
val mutable _sqlSetOptions : System.Collections.Generic.Dictionary<Microsoft.HostIntegration.Drda.Common.SqlSetOptions, string>
Protected _sqlSetOptions As Dictionary(Of SqlSetOptions, String)