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 reference resolver delegate type for single object targets.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Delegate Function SfcReferenceCollectionResolverFactoryDelegate ( _
parameters As String() _
) As ISfcReferenceCollectionResolver
'Usage
Dim instance As New SfcReferenceCollectionResolverFactoryDelegate(AddressOf HandlerMethod)
public delegate ISfcReferenceCollectionResolver SfcReferenceCollectionResolverFactoryDelegate(
string[] parameters
)
public delegate ISfcReferenceCollectionResolver^ SfcReferenceCollectionResolverFactoryDelegate(
array<String^>^ parameters
)
type SfcReferenceCollectionResolverFactoryDelegate =
delegate of
parameters:string[] -> ISfcReferenceCollectionResolver
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- parameters
Type: array<System.String[]
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.ISfcReferenceCollectionResolver