ApplicationRoleCollection Clase

Definición

public class ApplicationRoleCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IApplicationRole,Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabasePrincipal>
type ApplicationRoleCollection = class
    inherit DualTypeSortedListCollection<IApplicationRole, IDatabasePrincipal>
Public Class ApplicationRoleCollection
Inherits DualTypeSortedListCollection(Of IApplicationRole, IDatabasePrincipal)
Herencia

Constructores

Nombre Description
ApplicationRoleCollection(CollationInfo)
ApplicationRoleCollection(Int32, CollationInfo)

Propiedades

Nombre Description
AsMetadataObjectCollection (Heredado de SortedListCollection<T>)
Count (Heredado de DictionaryCollectionBase<T,U>)
Item[String] (Heredado de DictionaryCollectionBase<T,U>)

Métodos

Nombre Description
Add(T) (Heredado de DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (Heredado de DictionaryCollectionBase<T,U>)
Clear() (Heredado de DictionaryCollectionBase<T,U>)
Clone() (Heredado de DictionaryCollectionBase<T,U>)
Clone(Boolean) (Heredado de SortedListCollection<T>)
Contains(String) (Heredado de DictionaryCollectionBase<T,U>)
Contains(T) (Heredado de DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (Heredado de DictionaryCollectionBase<T,U>)
FindAll(String) (Heredado de DictionaryCollectionBase<T,U>)
GetEnumerator() (Heredado de DictionaryCollectionBase<T,U>)
Remove(String) (Heredado de DictionaryCollectionBase<T,U>)
Remove(T) (Heredado de DictionaryCollectionBase<T,U>)

Implementaciones de interfaz explícitas

Nombre Description
IEnumerable.GetEnumerator() (Heredado de DualTypeSortedListCollection<T,B>)
IEnumerable<B>.GetEnumerator() (Heredado de DualTypeSortedListCollection<T,B>)
IEnumerable<IMetadataObject>.GetEnumerator() (Heredado de SortedListCollection<T>)
IMetadataCollection<B>.AsMetadataObjectCollection (Heredado de DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Contains(B) (Heredado de DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Contains(String) (Heredado de DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Count (Heredado de DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.FindAll(Predicate<B>) (Heredado de DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.FindAll(String) (Heredado de DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Item[String] (Heredado de DualTypeSortedListCollection<T,B>)
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(String) (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Count (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(String) (Heredado de SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Item[String] (Heredado de SortedListCollection<T>)
IMetadataCollection<T>.Item[String] (Heredado de DictionaryCollectionBase<T,U>)

Se aplica a