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 命名空间