Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Get string that specifies the target connection string
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property TargetConnectionString As String
Get
'Usage
Dim instance As SqlDeploymentOptions
Dim value As String
value = instance.TargetConnectionString
public string TargetConnectionString { get; }
public:
property String^ TargetConnectionString {
String^ get ();
}
member TargetConnectionString : string
function get TargetConnectionString () : String
Property Value
Type: System.String