Propriété DacProfile.TargetConnectionString
Get or set connection string for database server used as the target of a deployment.
Espace de noms : Microsoft.SqlServer.Dac
Assembly : Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)
Syntaxe
'Déclaration
Public Property TargetConnectionString As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
String that specifies database server connection information.