Freigeben über


ManagedWrapper.ConfigString-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the configuration string associated with the wrapper.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Property ConfigString As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
The configuration string.

Implementiert

IDTSLogProvider100.ConfigString

Siehe auch

Verweis

ManagedWrapper Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace