Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SfcReferenceCollection<K, T, S> class using the specified owner, resolver, and comparer.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Sub New ( _
owner As S, _
resolver As ISfcReferenceCollectionResolver(Of T, S), _
comparer As IComparer(Of K) _
)
'Usage
Dim owner As S
Dim resolver As ISfcReferenceCollectionResolver(Of T, S)
Dim comparer As IComparer(Of K)
Dim instance As New SfcReferenceCollection(owner, resolver, _
comparer)
protected SfcReferenceCollection(
S owner,
ISfcReferenceCollectionResolver<T, S> resolver,
IComparer<K> comparer
)
protected:
SfcReferenceCollection(
S owner,
ISfcReferenceCollectionResolver<T, S>^ resolver,
IComparer<K>^ comparer
)
new :
owner:'S *
resolver:ISfcReferenceCollectionResolver<'T, 'S> *
comparer:IComparer<'K> -> SfcReferenceCollection
protected function SfcReferenceCollection(
owner : S,
resolver : ISfcReferenceCollectionResolver<T, S>,
comparer : IComparer<K>
)
Parameters
- owner
Type: S
The owner of the collection.
- resolver
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.ISfcReferenceCollectionResolver<T, S>
The resolver of the reference collection.
- comparer
Type: System.Collections.Generic.IComparer<K>
The comparer that is used for comparing values.