Konstruktor SfcObjectExtender<TSfcInstance> (TSfcInstance)
Inicjuje nowe wystąpienie SfcObjectExtender<TSfcInstance> klasy z określonego obiektu nadrzędnego.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
Public Sub New ( _
parent As TSfcInstance _
)
'Użycie
Dim parent As TSfcInstance
Dim instance As New SfcObjectExtender(parent)
public SfcObjectExtender(
TSfcInstance parent
)
public:
SfcObjectExtender(
TSfcInstance parent
)
new :
parent:'TSfcInstance -> SfcObjectExtender
public function SfcObjectExtender(
parent : TSfcInstance
)
Parametry
- parent
Typ: TSfcInstance
Jako dostawca podstawowych właściwość obiektu nadrzędnego.