Метод GetElementFactory
Gets the factory that is used to instantiate objects for the collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Function GetElementFactory As SfcObjectFactory
'Применение
Dim instance As ISfcCollection
Dim returnValue As SfcObjectFactory
returnValue = instance.GetElementFactory()
SfcObjectFactory GetElementFactory()
SfcObjectFactory^ GetElementFactory()
abstract GetElementFactory : unit -> SfcObjectFactory
function GetElementFactory() : SfcObjectFactory
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectFactory
The SfcObjectFactory object that is used to instantiate objects.
См. также