Construtor SfcListCollection(T, K, ParentT)
Initializes a new instance of the SfcListCollection<(Of <(<'T, K, ParentT>)>)> class with the specified parent parameter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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
Consulte também