DacProfile.TargetConnectionString Property

Get or set connection string for database server used as the target of a deployment.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public Property TargetConnectionString As String 
    Get 
    Set
'Usage
Dim instance As DacProfile 
Dim value As String 

value = instance.TargetConnectionString

instance.TargetConnectionString = value
public string TargetConnectionString { get; set; }
public:
property String^ TargetConnectionString {
    String^ get ();
    void set (String^ value);
}
member TargetConnectionString : string with get, set
function get TargetConnectionString () : String 
function set TargetConnectionString (value : String)

Property Value

Type: System.String
String that specifies database server connection information.

See Also

Reference

DacProfile Class

Microsoft.SqlServer.Dac Namespace