Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected Friend MustOverride Function GetChildCollection ( _
elementType As String _
) As ISfcCollection
'Uso
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
Parámetros
- elementType
Tipo: System.String
The given name of the element type.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection
The child collection.