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.