다음을 통해 공유


IDTSLogProvider100.ConfigString 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the connection and configuration information for the specific log provider.

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

구문

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

value = instance.ConfigString

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

속성 값

유형: System.String
The connection and configuration information for the specific log provider.

참고 항목

참조

IDTSLogProvider100 인터페이스

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