Partager via


SchemaDeploymentOptions.TargetDatabaseName, propriété

Obtient ou définit le nom de la base de données cible.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Property TargetDatabaseName As String
    Get
    Set
public string TargetDatabaseName { get; set; }
public:
property String^ TargetDatabaseName {
    String^ get ();
    void set (String^ value);
}
member TargetDatabaseName : string with get, set
function get TargetDatabaseName () : String
function set TargetDatabaseName (value : String)

Valeur de propriété

Type : System.String
Nom de la base de données cible.

Sécurité .NET Framework

Voir aussi

Référence

SchemaDeploymentOptions Classe

Microsoft.Data.Schema.Build, espace de noms