Propriété SfcReferenceCollectionAttribute.CollectionResolver
Gets the custom resolver interface.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CollectionResolver As ISfcReferenceCollectionResolver
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.ISfcReferenceCollectionResolver
The custom resolver interface.
Voir aussi
Référence
SfcReferenceCollectionAttribute Classe
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata