ISfcCollection.GetElementFactory Método
Gets the factory that is used to instantiate objects for the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Function GetElementFactory As SfcObjectFactory
'Uso
Dim instance As ISfcCollection
Dim returnValue As SfcObjectFactory
returnValue = instance.GetElementFactory()
SfcObjectFactory GetElementFactory()
SfcObjectFactory^ GetElementFactory()
abstract GetElementFactory : unit -> SfcObjectFactory
function GetElementFactory() : SfcObjectFactory
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory
The SfcObjectFactory object that is used to instantiate objects.