BusinessLogicConnection.ConnectionString Property

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

Gets or sets the string used to open the connection.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Property ConnectionString As String 
    Get 
    Set
'Usage
Dim instance As BusinessLogicConnection 
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 string used to open the connection.

Implements

IDbConnection.ConnectionString

See Also

Reference

BusinessLogicConnection Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace