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.

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.