言語

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

要素の型。

返品

要素型に基づく子コレクションです。

適用対象