Proprietà LogProviderTextFileClass.ConfigString

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property ConfigString As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Implementa

IDTSLogProvider100.ConfigString

Osservazioni

For more information, see LogProvider.

Vedere anche

Riferimento

LogProviderTextFileClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper