Compartir a través de


LogProviderTextFileClass.ConfigString Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Property ConfigString As String 
    Get 
    Set
'Uso
Dim instance As LogProviderTextFileClass 
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)

Valor de la propiedad

Tipo: System.String
A string used to configure the log provider.

Implementa

IDTSLogProvider100.ConfigString

Comentarios

For more information, see LogProvider.

Vea también

Referencia

LogProviderTextFileClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper