SfcInstance.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
    要素の種類の指定された名前です。

戻り値

型: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
子コレクションです。

関連項目

参照

SfcInstance クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間