Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the custom resolver interface.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Interface ISfcReferenceCollectionResolver
'Usage
Dim instance As ISfcReferenceCollectionResolver
public interface ISfcReferenceCollectionResolver
public interface class ISfcReferenceCollectionResolver
type ISfcReferenceCollectionResolver = interface end
public interface ISfcReferenceCollectionResolver
The ISfcReferenceCollectionResolver type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ResolveCollection | Resolves a strongly-typed target enumerable from the given source object. |
Top