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 命名空间