Clase SfcDomainInfoCollection
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Jerarquía de herencia
System. . :: . .Object
System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >
Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcDomainInfoCollection
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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>
El tipo SfcDomainInfoCollection expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
SfcDomainInfoCollection | Initializes a new instance of the SfcDomainInfoCollection class with specified list. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Count | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
Item[ ( [ ( Int32] ) ] ) | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
Item[ ( [ ( String] ) ] ) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Items | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Contains(String) | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Contains(T) | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
CopyTo | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetDomainForNamespaceQualifier | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
GetEnumerator | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
IndexOf | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICollection< (Of < <' (T> ) > > ). . :: . .Add | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Add | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .Clear | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Clear | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Contains | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .IndexOf | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList< (Of < <' (T> ) > > ). . :: . .Insert | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Insert | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .IsFixedSize | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .IsReadOnly | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList< (Of < <' (T> ) > > ). . :: . .Item | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Item | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .Remove | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .Remove | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList< (Of < <' (T> ) > > ). . :: . .RemoveAt | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
IList. . :: . .RemoveAt | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Se hereda de ReadOnlyCollection< (Of < ( <'SfcDomainInfo> ) > ) >.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.