Share via


SqlPlanGenerationOptions.OverriddenConnectionSettings Property

Gets the SQL plan generation options connection settings object.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property OverriddenConnectionSettings As SqlPlanGenerationOptions..::..ConnectionSettings
    Get
'Usage
Dim instance As SqlPlanGenerationOptions
Dim value As SqlPlanGenerationOptions..::..ConnectionSettings

value = instance.OverriddenConnectionSettings
public SqlPlanGenerationOptions..::..ConnectionSettings OverriddenConnectionSettings { get; }
public:
property SqlPlanGenerationOptions..::..ConnectionSettings^ OverriddenConnectionSettings {
    SqlPlanGenerationOptions..::..ConnectionSettings^ get ();
}
function get OverriddenConnectionSettings () : SqlPlanGenerationOptions..::..ConnectionSettings
member OverriddenConnectionSettings : SqlPlanGenerationOptions..::..ConnectionSettings

Property Value

Type: Microsoft.Data.Schema.Sql.Build.SqlPlanGenerationOptions.ConnectionSettings
Returns a SqlPlanGenerationOptions.ConnectionSettings.

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace