ManagedInstance.GetChildCollection メソッド

UtilityException をスローします。 このようなコレクションはありません。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
Protected Overrides Function GetChildCollection ( _
    elementType As String _
) As ISfcCollection
'使用
Dim elementType As String 
Dim returnValue As ISfcCollection 

returnValue = Me.GetChildCollection(elementType)
protected override ISfcCollection GetChildCollection(
    string elementType
)
protected:
virtual ISfcCollection^ GetChildCollection(
    String^ elementType
) override
abstract GetChildCollection : 
        elementType:string -> ISfcCollection  
override GetChildCollection : 
        elementType:string -> ISfcCollection
protected override function GetChildCollection(
    elementType : String
) : ISfcCollection

パラメーター

  • elementType
    型: System.String
    要素の種類を示す文字列値です。

戻り値

型: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
UtilityException オブジェクトです。

関連項目

参照

ManagedInstance クラス

Microsoft.SqlServer.Management.Utility 名前空間