ManagedWrapper.ConfigString 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the configuration string associated with the wrapper.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Property ConfigString As String 
    Get 
    Set
用法
Dim instance As ManagedWrapper 
Dim value As String 

value = instance.ConfigString

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

属性值

类型:System.String
The configuration string.

实现

IDTSLogProvider100.ConfigString

请参阅

参考

ManagedWrapper 类

Microsoft.SqlServer.Dts.Runtime 命名空间