Classe ApplicationRoleCollection
The ApplicationRoleCollectionclass represents a collection of ApplicationRole objects that represent all the application roles on the referenced database.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ApplicationRoleCollection _
Inherits SimpleObjectCollectionBase
'Utilizzo
Dim instance As ApplicationRoleCollection
public sealed class ApplicationRoleCollection : SimpleObjectCollectionBase
public ref class ApplicationRoleCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ApplicationRoleCollection =
class
inherit SimpleObjectCollectionBase
end
public final class ApplicationRoleCollection extends SimpleObjectCollectionBase
Osservazioni
An ApplicationRoleCollection object can be used to gain access to a set of application roles. You can use the Itemproperty to return a specific ApplicationRole object.
Gerarchia di ereditarietà
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..::..ApplicationRoleCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche