Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Retrieves the child collection based on element type.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Protected Overrides Function GetChildCollection ( _
elementType As String _
) As ISfcCollection
'Применение
Dim elementType As String
Dim returnValue As ISfcCollection
returnValue = Me.GetChildCollection(elementType)
protected override ISfcCollection GetChildCollection(
string elementType
)
protected:
virtual ISfcCollection^ GetChildCollection(
String^ elementType
) override
abstract GetChildCollection :
elementType:string -> ISfcCollection
override GetChildCollection :
elementType:string -> ISfcCollection
protected override function GetChildCollection(
elementType : String
) : ISfcCollection
Параметры
- elementType
Тип: System.String
The type of the element.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
The child collection based on element type.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices