Share via


LogProviderSQLServerClass.ConfigString プロパティ

定義

ログ プロバイダーを構成するために使用される文字列を取得します。値の設定も可能です。

public:
 virtual property System::String ^ ConfigString { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public virtual string ConfigString { [System.Runtime.InteropServices.DispId(1610743808)] get; [System.Runtime.InteropServices.DispId(1610743808)] set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
[<set: System.Runtime.InteropServices.DispId(1610743808)>]
member this.ConfigString : string with get, set
Public Overridable Property ConfigString As String

プロパティ値

ログ プロバイダーを構成するために使用される文字列です。

実装

属性

注釈

詳細については、「LogProvider」を参照してください。

適用対象