Sdílet prostřednictvím


ManagedWrapper.ConnectionString Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Sets or sets the connection string associated with the wrapper.

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

Syntax

'Declaration
Public Property ConnectionString As String 
    Get 
    Set
'Usage
Dim instance As ManagedWrapper 
Dim value As String 

value = instance.ConnectionString

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

Property Value

Type: System.String
The connection string.

Implements

IDTSConnectionManager100.ConnectionString

See Also

Reference

ManagedWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace