Поделиться через


Свойство 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