Méthode SfcCollection<T, K, ParentT>.ISfcCollection.GetElementFactory
Gets the factory that is used to instantiate objects for the collection. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Private Function GetElementFactory As SfcObjectFactory
Implements ISfcCollection.GetElementFactory
'Utilisation
Dim instance As SfcCollection
Dim returnValue As SfcObjectFactory
returnValue = CType(instance, ISfcCollection).GetElementFactory()
SfcObjectFactory ISfcCollection.GetElementFactory()
private:
virtual SfcObjectFactory^ GetElementFactory() sealed = ISfcCollection::GetElementFactory
private abstract GetElementFactory : unit -> SfcObjectFactory
private override GetElementFactory : unit -> SfcObjectFactory
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory
The SfcObjectFactory object that is used to instantiate objects.
Implémente
ISfcCollection.GetElementFactory()