DatabaseDeploymentProperties.Name Property
Gets or sets the name of the database.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Name As String
Get
Set
'Usage
Dim instance As DatabaseDeploymentProperties
Dim value As String
value = instance.Name
instance.Name = value
[BrowsableAttribute(false)]
public string Name { get; set; }
[BrowsableAttribute(false)]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)
Property Value
Type: System.String
A String value that specifies the name of the database.