SfcReferenceCollectionAttribute.CollectionResolver Property
Gets 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 ReadOnly Property CollectionResolver As ISfcReferenceCollectionResolver
Get
'Usage
Dim instance As SfcReferenceCollectionAttribute
Dim value As ISfcReferenceCollectionResolver
value = instance.CollectionResolver
public ISfcReferenceCollectionResolver CollectionResolver { get; }
public:
property ISfcReferenceCollectionResolver^ CollectionResolver {
ISfcReferenceCollectionResolver^ get ();
}
member CollectionResolver : ISfcReferenceCollectionResolver
function get CollectionResolver () : ISfcReferenceCollectionResolver
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.ISfcReferenceCollectionResolver
The custom resolver interface.