Database.IsMember Method
Determines whether the specified group or role belongs to the database.
Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntaxe
'Déclaration
Public Function IsMember ( _
groupOrRole As String _
) As Boolean
public bool IsMember (
string groupOrRole
)
public:
bool IsMember (
String^ groupOrRole
)
public boolean IsMember (
String groupOrRole
)
public function IsMember (
groupOrRole : String
) : boolean
Paramètres
- groupOrRole
A String value that specifies the name of the group or role.
Valeur de retour
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 belongs to the database.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Database Class
Database Members
Microsoft.SqlServer.Management.Smo Namespace
Autres ressources
How to: Create, Alter, and Remove a Database in Visual Basic .NET
Granting, Revoking, and Denying Permissions
Creating, Altering, and Removing Databases
CREATE DATABASE (Transact-SQL)