다음을 통해 공유


ConfigString 속성

Gets or sets a string used to configure the log provider.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
Public Overridable Property ConfigString As String
    Get
    Set
‘사용 방법
Dim instance As LogProviderBase
Dim value As String

value = instance.ConfigString

instance.ConfigString = value
public virtual string ConfigString { get; set; }
public:
virtual property String^ ConfigString {
    String^ get ();
    void set (String^ value);
}
abstract ConfigString : string with get, set
override ConfigString : string with get, set
function get ConfigString () : String
function set ConfigString (value : String)

속성 값

형식: System. . :: . .String
A string used to configure the log provider.

주의

The ConfigString property stores different information depending on the log provider requirements.

If you are creating a log provider that connects to an external data source, you should use this property to hold the name of the ConnectionManager that connects to the external data source.

During the Validate method, you should ensure this property contains valid configuration information.