ApplicationRoleCollection Class
The ApplicationRoleCollectionclass represents a collection of ApplicationRole objects that represent all the application roles on the referenced database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class ApplicationRoleCollection _
Inherits SimpleObjectCollectionBase
'Usage
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
Remarks
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.
Inheritance Hierarchy
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
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also