Partager via


Propriété ManagedWrapper.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 configuration string associated with the wrapper.

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

Syntaxe

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

value = instance.ConfigString

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

Valeur de propriété

Type : System.String
The configuration string.

Implémente

IDTSLogProvider100.ConfigString

Voir aussi

Référence

ManagedWrapper Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime