Costruttore SfcCollection(T, K, ParentT)
Initializes a new instance of the SfcCollection<(Of <(<'T, K, ParentT>)>)> class. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
parent As ParentT _
)
'Utilizzo
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
)
Parametri
- parent
Tipo: ParentT
The parent object.