Метод GetChildCollection
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Protected Friend MustOverride Function GetChildCollection ( _
elementType As String _
) As ISfcCollection
'Применение
Dim elementType As String
Dim returnValue As ISfcCollection
returnValue = Me.GetChildCollection(elementType)
protected internal abstract ISfcCollection GetChildCollection(
string elementType
)
protected public:
virtual ISfcCollection^ GetChildCollection(
String^ elementType
) abstract
abstract GetChildCollection :
elementType:string -> ISfcCollection
abstract function GetChildCollection(
elementType : String
) : ISfcCollection
Параметры
- elementType
Тип: System. . :: . .String
The given name of the element type.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcCollection
The child collection.