Sdílet prostřednictvím


SqlDeploymentOptions.TargetDatabaseName Property

Gets string that specifies the target database name

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

Syntax

'Declaration
Public ReadOnly Property TargetDatabaseName As String 
    Get
'Usage
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

Property Value

Type: System.String

See Also

Reference

SqlDeploymentOptions Class

Microsoft.SqlServer.Dac.Deployment Namespace