Partager via


Propriété IDTSLogProvider100.ConfigString

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the connection and configuration information for the specific log provider.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Property ConfigString As String 
    Get 
    Set
'Utilisation
Dim instance As IDTSLogProvider100 
Dim value As String 

value = instance.ConfigString

instance.ConfigString = value
string ConfigString { get; set; }
property String^ ConfigString {
    String^ get ();
    void set (String^ value);
}
abstract ConfigString : string with get, set
function get ConfigString () : String 
function set ConfigString (value : String)

Valeur de propriété

Type : System.String
The connection and configuration information for the specific log provider.

Voir aussi

Référence

IDTSLogProvider100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper