Поделиться через


Метод Database.IsMember

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function IsMember ( _
    groupOrRole As String _
) As Boolean
'Применение
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

Параметры

  • groupOrRole
    Тип: System.String
    A String value that specifies the name of the group or role.

Возвращаемое значение

Тип: 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.

См. также

Справочник

Database Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Работа с объектами базы данных

Предоставление, отмена и запрет разрешений

Создание, изменение и удаление баз данных

CREATE DATABASE (Transact-SQL)