共用方式為


SfcInstance.GetChildCollection 方法

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Protected Friend MustOverride Function GetChildCollection ( _
    elementType As String _
) As ISfcCollection
'用途
Dim elementType As String 
Dim returnValue As ISfcCollection 

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

參數

  • elementType
    型別:System.String
    The given name of the element type.

傳回值

型別:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
The child collection.

請參閱

參考

SfcInstance 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間