SfcBeforeObjectRenamedEventArgs(Urn, SfcInstance, Urn, SfcKey) Constructor

Definition

public SfcBeforeObjectRenamedEventArgs (Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn, Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance instance, Microsoft.SqlServer.Management.Sdk.Sfc.Urn newUrn, Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey newKey);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcBeforeObjectRenamedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance * Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcBeforeObjectRenamedEventArgs
Public Sub New (urn As Urn, instance As SfcInstance, newUrn As Urn, newKey As SfcKey)

Parameters

urn
Urn
instance
SfcInstance
newUrn
Urn
newKey
SfcKey

Applies to