Partager via


Propriété SqlDeploymentOptions.TargetDatabaseName

Gets string that specifies the target database name

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TargetDatabaseName As String 
    Get
'Utilisation
Dim instance As SqlDeploymentOptions 
Dim value As String 

value = instance.TargetDatabaseName
public string TargetDatabaseName { get; }
public:
property String^ TargetDatabaseName {
    String^ get ();
}
member TargetDatabaseName : string
function get TargetDatabaseName () : String

Valeur de propriété

Type : System.String

Voir aussi

Référence

SqlDeploymentOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment