Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.