Konstruktor SfcListCollection<T, K, ParentT>
Inicjuje nowe wystąpienie SfcListCollection<T, K, ParentT> klasy nadrzędnej określony parametr.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Protected Sub New ( _
parent As ParentT _
)
'Użycie
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
)
Parametry
- parent
Typ: ParentT
Element nadrzędny obiektu
Zobacz także