SfcBeforeObjectRenamedEventArgs-Konstruktor
Initializes a new instance of the SfcBeforeObjectRenamedEventArgs class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
)
Parameter
- urn
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
The current Uniform Resource Name (URN) of the object.
- instance
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The SfcInstance object that represents the current object.
- newUrn
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
The new URN of the object.
- newKey
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
The SfcKey object that represents the new key.