SfcInstance.GetChildCollection(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.