Partager via


Constructeur SfcBeforeObjectRenamedEventArgs

Initializes a new instance of the SfcBeforeObjectRenamedEventArgs class. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    urn As Urn, _
    instance As SfcInstance, _
    newUrn As Urn, _
    newKey As SfcKey _
)
'Utilisation
Dim urn As Urn
Dim instance As SfcInstance
Dim newUrn As Urn
Dim newKey As SfcKey

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

Paramètres