Udostępnij za pośrednictwem


Konstruktor SfcBeforeObjectMovedEventArgs

Inicjuje nowe wystąpienie SfcBeforeObjectMovedEventArgs 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, _
    newUrn As Urn, _
    newParent As SfcInstance _
)
'Użycie
Dim urn As Urn
Dim instance As SfcInstance
Dim newUrn As Urn
Dim newParent As SfcInstance

Dim instance As New SfcBeforeObjectMovedEventArgs(urn, instance, _
    newUrn, newParent)
public SfcBeforeObjectMovedEventArgs(
    Urn urn,
    SfcInstance instance,
    Urn newUrn,
    SfcInstance newParent
)
public:
SfcBeforeObjectMovedEventArgs(
    Urn^ urn, 
    SfcInstance^ instance, 
    Urn^ newUrn, 
    SfcInstance^ newParent
)
new : 
        urn:Urn * 
        instance:SfcInstance * 
        newUrn:Urn * 
        newParent:SfcInstance -> SfcBeforeObjectMovedEventArgs
public function SfcBeforeObjectMovedEventArgs(
    urn : Urn, 
    instance : SfcInstance, 
    newUrn : Urn, 
    newParent : SfcInstance
)

Parametry