言語

ManagedInstance.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

要素の型。

返品

子コレクションを返します。

適用対象