SfcBeforeObjectMovedEventArgs(Urn, SfcInstance, Urn, SfcInstance) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public SfcBeforeObjectMovedEventArgs (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.SfcInstance newParent);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcBeforeObjectMovedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance * Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcBeforeObjectMovedEventArgs
Public Sub New (urn As Urn, instance As SfcInstance, newUrn As Urn, newParent As SfcInstance)
Parameters
- urn
- Urn
- instance
- SfcInstance
- newUrn
- Urn
- newParent
- SfcInstance