Konstruktor SfcObjectDroppedEventArgs
Inicjuje nowe wystąpienie SfcObjectDroppedEventArgs klasyNie 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 ( _
urn As Urn, _
instance As SfcInstance _
)
'Użycie
Dim urn As Urn
Dim instance As SfcInstance
Dim instance As New SfcObjectDroppedEventArgs(urn, instance)
public SfcObjectDroppedEventArgs(
Urn urn,
SfcInstance instance
)
public:
SfcObjectDroppedEventArgs(
Urn^ urn,
SfcInstance^ instance
)
new :
urn:Urn *
instance:SfcInstance -> SfcObjectDroppedEventArgs
public function SfcObjectDroppedEventArgs(
urn : Urn,
instance : SfcInstance
)
Parametry
- urn
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Uniform Resource nazwę URN obiektu.
- instance
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
SfcInstance Obiekt, który reprezentuje obiekt.
Zobacz także