This topic has not yet been rated - Rate this topic

LogProviderBase.ConfigString Property

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public virtual string ConfigString { get; set; }

Property Value

Type: 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.

Did you find this helpful?
(1500 characters remaining)