SfcInstance.GetChildCollection(String) メソッド

定義

指定された要素名の文字列に対して、このインスタンスの子コレクションを取得します。

protected internal abstract Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection GetChildCollection(string elementType);
abstract member GetChildCollection : string -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
Protected Friend MustOverride Function GetChildCollection (elementType As String) As ISfcCollection

パラメーター

elementType
String

要素名の文字列。 コレクション名が多いような単数形ではないことに注意してください。

返品

子コレクション インスタンス。

適用対象