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
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.