Propriété DacProfile.TargetDatabaseName
Get or set name of database 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 TargetDatabaseName As String
Get
Set
'Utilisation
Dim instance As DacProfile
Dim value As String
value = instance.TargetDatabaseName
instance.TargetDatabaseName = value
public string TargetDatabaseName { get; set; }
public:
property String^ TargetDatabaseName {
String^ get ();
void set (String^ value);
}
member TargetDatabaseName : string with get, set
function get TargetDatabaseName () : String
function set TargetDatabaseName (value : String)
Valeur de propriété
Type : System.String
String name of target database.