Partilhar via


Propriedade do RDL SqlDeploymentOptions.TargetDatabaseName

Gets string that specifies the target database name

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property TargetDatabaseName As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String

Consulte também

Referência

SqlDeploymentOptions Classe

Namespace Microsoft.SqlServer.Dac.Deployment