SettingStore.Instance Property

Definition

Gets the instance settings.

public:
 property Microsoft::SqlServer::Configuration::InstanceSettings ^ Instance { Microsoft::SqlServer::Configuration::InstanceSettings ^ get(); };
public Microsoft.SqlServer.Configuration.InstanceSettings Instance { get; }
member this.Instance : Microsoft.SqlServer.Configuration.InstanceSettings
Public ReadOnly Property Instance As InstanceSettings

Property Value

The instance settings.

Applies to