Condividi tramite


Metodo Database.IsMember

Determines whether the specified group or role belongs to the database.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function IsMember ( _
    groupOrRole As String _
) As Boolean
'Utilizzo
Dim instance As Database 
Dim groupOrRole As String 
Dim returnValue As Boolean 

returnValue = instance.IsMember(groupOrRole)
public bool IsMember(
    string groupOrRole
)
public:
bool IsMember(
    String^ groupOrRole
)
member IsMember : 
        groupOrRole:string -> bool
public function IsMember(
    groupOrRole : String
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
A Boolean value that specifies whether the specified group or role is associated with the database.If True, the specified group or role belongs to the database.If False, the specified group or role does not belong to the database.

Vedere anche

Riferimento

Database Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Utilizzo degli oggetti di database

Concessione, revoca e negazione delle autorizzazioni

Creazione, modifica e rimozione di database

CREATE DATABASE (Transact-SQL)