Metodo Login.GetDatabaseUser
Gets the name of the user that the login account is mapped to in a specified database.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function GetDatabaseUser ( _
databaseName As String _
) As String
'Utilizzo
Dim instance As Login
Dim databaseName As String
Dim returnValue As String
returnValue = instance.GetDatabaseUser(databaseName)
public string GetDatabaseUser(
string databaseName
)
public:
String^ GetDatabaseUser(
String^ databaseName
)
member GetDatabaseUser :
databaseName:string -> string
public function GetDatabaseUser(
databaseName : String
) : String
Parametri
- databaseName
Tipo: System.String
A String value that specifies the name of the database.
Valore restituito
Tipo: System.String
A String value that specifies the database user name.
Esempi
Gestione di utenti, ruoli e account di accesso
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo