SqlServerDataSource..::..GetEffectiveSettingsAsync Method
Gets the options that are currently in effect. This takes into account server-defined defaults.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)
Syntax
public Task<SqlServerEffectiveSettings> GetEffectiveSettingsAsync()
Public Function GetEffectiveSettingsAsync As Task(Of SqlServerEffectiveSettings)
public: Task<SqlServerEffectiveSettings^>^ GetEffectiveSettingsAsync()