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.
Returns a Boolean value that specifies whether the login account is a member of a specified role.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function IsMember ( _
role As String _
) As Boolean
'Utilisation
Dim instance As Login
Dim role As String
Dim returnValue As Boolean
returnValue = instance.IsMember(role)
public bool IsMember(
string role
)
public:
bool IsMember(
String^ role
)
member IsMember :
role:string -> bool
public function IsMember(
role : String
) : boolean
Paramètres
- role
Type : System.String
A String value that specifies the name of the role.
Valeur de retour
Type : System.Boolean
A Boolean value that specifies whether the login account is a member of the specified role or not.If True, the login account is a member of the specified role.If False, the login account is not a member of the specified role.
Exemples
Gestion des utilisateurs, rôles et connexions
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo