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.
Gets the database name
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property DatabaseName As String
Get
'Usage
Dim instance As SqlChangeDatabaseStep
Dim value As String
value = instance.DatabaseName
public string DatabaseName { get; }
public:
property String^ DatabaseName {
String^ get ();
}
member DatabaseName : string
function get DatabaseName () : String
Property Value
Type: System.String