SfcInstance.GetChildCollection(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此实例中给定元素名称字符串的子集合。
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
元素名称字符串。 请注意,它不像集合名称一样单一复数。
返回
子集合实例。