SfcDomainInfoCollection Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<SfcDomainInfo>
Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfoCollection
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Class SfcDomainInfoCollection _
Inherits ReadOnlyCollection(Of SfcDomainInfo)
'Usage
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>
The SfcDomainInfoCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SfcDomainInfoCollection | Initializes a new instance of the SfcDomainInfoCollection class with specified list. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
Item[Int32] | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
Item[String] | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Items | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) |
Top
Methods
Name | Description | |
---|---|---|
Contains(String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Contains(T) | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
CopyTo | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDomainForNamespaceQualifier | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetEnumerator | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<T>.Add | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList.Add | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
ICollection<T>.Clear | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList.Clear | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList.Contains | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
ICollection.CopyTo | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IEnumerable.GetEnumerator | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList.IndexOf | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList<T>.Insert | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList.Insert | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList.IsFixedSize | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
ICollection<T>.IsReadOnly | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList.IsReadOnly | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
ICollection.IsSynchronized | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList<T>.Item | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList.Item | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
ICollection<T>.Remove | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList.Remove | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList<T>.RemoveAt | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
IList.RemoveAt | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) | |
ICollection.SyncRoot | (Inherited from ReadOnlyCollection<SfcDomainInfo>.) |
Top
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.