Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: System.String
String that specifies database server connection information.