LogProviderBase.ConfigString 속성

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

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

구문

‘선언
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.

참고 항목

참조

LogProviderBase 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스