Partilhar via


Propriedade do RDL DacProfile.TargetConnectionString

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

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

Sintaxe

'Declaração
Public Property TargetConnectionString As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

DacProfile Classe

Namespace Microsoft.SqlServer.Dac