Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SfcBeforeObjectRenamedEventArgs class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
urn As Urn, _
instance As SfcInstance, _
newUrn As Urn, _
newKey As SfcKey _
)
'Usage
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
)
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The current Uniform Resource Name (URN) of the object.
- instance
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object that represents the current object.
- newUrn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The new URN of the object.
- newKey
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The SfcKey object that represents the new key.