Класс DatabaseRoleCollection
The DatabaseRoleCollection class represents a collection of DatabaseRole objects that represent all the database roles defined on the parent database.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public NotInheritable Class DatabaseRoleCollection _
Inherits SimpleObjectCollectionBase
'Применение
Dim instance As DatabaseRoleCollection
public sealed class DatabaseRoleCollection : SimpleObjectCollectionBase
public ref class DatabaseRoleCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type DatabaseRoleCollection =
class
inherit SimpleObjectCollectionBase
end
public final class DatabaseRoleCollection extends SimpleObjectCollectionBase
Замечания
A DatabaseRoleCollection object can be used to gain access to a set of database roles. You can use the Item property to return a specific DatabaseRole object.
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo..::..DatabaseRoleCollection
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.
См. также