หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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