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


Класс ServerRoleCollection

The ServerRoleCollection class represents a collection of ServerRole objects that represent all the server roles that are defined on a table.

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

Синтаксис

'Декларация
Public NotInheritable Class ServerRoleCollection _
    Inherits SimpleObjectCollectionBase
'Применение
Dim instance As ServerRoleCollection
public sealed class ServerRoleCollection : SimpleObjectCollectionBase
public ref class ServerRoleCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ServerRoleCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class ServerRoleCollection extends SimpleObjectCollectionBase

Замечания

A ServerRoleCollection object can be used to gain access to a set of server roles. You can use the Item property to return a specific ServerRole object.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.