SfcInstance.GetChildCollection(String) 方法

定义

获取此实例中给定元素名称字符串的子集合。

protected internal abstract Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection GetChildCollection(string elementType);
abstract member GetChildCollection : string -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
Protected Friend MustOverride Function GetChildCollection (elementType As String) As ISfcCollection

参数

elementType
String

元素名称字符串。 请注意,它不像集合名称一样单一复数。

返回

子集合实例。

适用于