Compartir a través de


SfcListCollection<T, K, ParentT> Constructor

Initializes a new instance of the SfcListCollection<T, K, ParentT> class with the specified parent parameter. 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 Sub New ( _
    parent As ParentT _
)
'Uso
Dim parent As ParentT

Dim instance As New SfcListCollection(parent)
protected SfcListCollection(
    ParentT parent
)
protected:
SfcListCollection(
    ParentT parent
)
new : 
        parent:'ParentT -> SfcListCollection
protected function SfcListCollection(
    parent : ParentT
)

Parámetros

  • parent
    Tipo: ParentT
    The parent of the object

Vea también

Referencia

SfcListCollection<T, K, ParentT> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc