ManagedWrapper.ConfigString Property
This API supports the infrastructure and is not intended to be used directly from your code.
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