DeploymentProjectBuilder.DatabaseName (Propiedad)

Obtiene o establece el nombre de la base de datos.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Protected Friend Property DatabaseName As String
    Get
    Set
protected internal string DatabaseName { get; set; }
protected public:
property String^ DatabaseName {
    String^ get ();
    void set (String^ value);
}
member DatabaseName : string with get, set
function get DatabaseName () : String
function set DatabaseName (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DeploymentProjectBuilder Clase

Microsoft.Data.Schema.Build (Espacio de nombres)