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 or sets the internal database name.
Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Protected Property DatabaseNameInternal As StringBuilder 
    Get 
    Set
'Usage
Dim value As StringBuilder 
value = Me.DatabaseNameInternal 
Me.DatabaseNameInternal = value
protected StringBuilder DatabaseNameInternal { get; set; }
protected:
property StringBuilder^ DatabaseNameInternal {
    StringBuilder^ get ();
    void set (StringBuilder^ value);
}
member DatabaseNameInternal : StringBuilder with get, set
function get DatabaseNameInternal () : StringBuilder 
function set DatabaseNameInternal (value : StringBuilder)
Property Value
Type: StringBuilder
A String value that specifies the internal database name.