SfcInstance.GetChildCollection(String) Méthode

Définition

Obtenez la collection enfant dans cette instance pour la chaîne de nom d’élément donnée.

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

Paramètres

elementType
String

Chaîne de nom d’élément. Notez qu’il est singulier non pluriel comme le nom de la collection est souvent.

Retours

Instance de collection enfant.

S’applique à