Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the name of the database in which the login is mapped to the database user.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DBName As String
Get
'Utilisation
Dim instance As DatabaseMapping
Dim value As String
value = instance.DBName
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DBName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DBName {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DBName : string
function get DBName () : String
Valeur de propriété
Type : System.String
A String value that specifies the name of the database.
Exemples
Gestion des utilisateurs, rôles et connexions
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo