Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get or set name of database used as the target of a deployment.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property TargetDatabaseName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
String name of target database.