Classe DatabaseRoleCollection
The DatabaseRoleCollection class represents a collection of DatabaseRole objects that represent all the database roles defined on the parent database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public NotInheritable Class DatabaseRoleCollection _
Inherits SimpleObjectCollectionBase
'Uso
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
Comentários
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
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Hierarquia de herança
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
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também