Freigeben über


SfcCollection<T, K, ParentT>-Konstruktor

Initializes a new instance of the SfcCollection<T, K, ParentT> class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Sub New ( _
    parent As ParentT _
)
'Usage
Dim parent As ParentT

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

Parameter

  • parent
    Typ: ParentT
    The parent object.

Siehe auch

Verweis

SfcCollection<T, K, ParentT> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace