Operation.GetChildCollection(String) メソッド

定義

要素の型に基づいた子コレクションを取得します。

protected:
 override Microsoft::SqlServer::Management::Sdk::Sfc::ISfcCollection ^ GetChildCollection(System::String ^ elementType);
protected override Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection GetChildCollection (string elementType);
override this.GetChildCollection : string -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
Protected Overrides Function GetChildCollection (elementType As String) As ISfcCollection

パラメーター

elementType
String

要素の型。

戻り値

要素の型に基づいた子コレクション。

適用対象