Classe SfcDomainInfoCollection
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
System. . :: . .Object
System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >
Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcDomainInfoCollection
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Class SfcDomainInfoCollection _
Inherits ReadOnlyCollection(Of SfcDomainInfo)
'Uso
Dim instance As SfcDomainInfoCollection
public class SfcDomainInfoCollection : ReadOnlyCollection<SfcDomainInfo>
public ref class SfcDomainInfoCollection : public ReadOnlyCollection<SfcDomainInfo^>
type SfcDomainInfoCollection =
class
inherit ReadOnlyCollection<SfcDomainInfo>
end
public class SfcDomainInfoCollection extends ReadOnlyCollection<SfcDomainInfo>
O tipo SfcDomainInfoCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcDomainInfoCollection | Initializes a new instance of the SfcDomainInfoCollection class with specified list. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
Item[ ( [ ( Int32] ) ] ) | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
Item[ ( [ ( String] ) ] ) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Items | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Contains(String) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Contains(T) | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
CopyTo | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetDomainForNamespaceQualifier | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetEnumerator | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IndexOf | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICollection< (Of < <' (T> ) > > ). . :: . .Add | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Add | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .Clear | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Clear | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Contains | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .IndexOf | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList< (Of < <' (T> ) > > ). . :: . .Insert | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Insert | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .IsFixedSize | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .IsReadOnly | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList< (Of < <' (T> ) > > ). . :: . .Item | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Item | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .Remove | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Remove | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList< (Of < <' (T> ) > > ). . :: . .RemoveAt | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .RemoveAt | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Herdado de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.