SfcListCollection<T,K,ParentT> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class SfcListCollection<T,K,ParentT> : Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<T,K,ParentT>, System.Collections.Generic.IEnumerable<T> where T : SfcInstance where K : SfcKey where ParentT : SfcInstance
type SfcListCollection<'T, 'K, 'ParentT (requires 'T :> SfcInstance and 'K :> SfcKey and 'ParentT :> SfcInstance)> = class
inherit SfcCollection<'T, 'K, 'ParentT (requires 'T :> SfcInstance and 'K :> SfcKey and 'ParentT :> SfcInstance)>
interface seq<'T (requires 'T :> SfcInstance)>
interface IEnumerable
Public MustInherit Class SfcListCollection(Of T, K, ParentT)
Inherits SfcCollection(Of T, K, ParentT)
Implements IEnumerable(Of T)
Type Parameters
- T
- K
- ParentT
- Inheritance
- Implements
Constructors
SfcListCollection<T,K,ParentT>(ParentT) |
Properties
Count | |
Initialized | (Inherited from SfcCollection<T,K,ParentT>) |
IsReadOnly | |
IsSynchronized | (Inherited from SfcCollection<T,K,ParentT>) |
Item[K] | (Inherited from SfcCollection<T,K,ParentT>) |
Parent | (Inherited from SfcCollection<T,K,ParentT>) |
SyncRoot | (Inherited from SfcCollection<T,K,ParentT>) |