Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.String
The configuration string.
Implements
IDTSLogProvider100.ConfigString