Share via


SfcDependencyAction Enumeration

Indicates the intended action. 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 Enumeration SfcDependencyAction
'Usage
Dim instance As SfcDependencyAction
public enum SfcDependencyAction
public enum class SfcDependencyAction
type SfcDependencyAction
public enum SfcDependencyAction

Members

Member name Description
Unknown An unknown or generic action.
Serialize A serialization action.
Create A create action.
Drop A drop action.
Alter An alter action.
Rename A rename action involving a new SfcKey object.
Move A move action involving a new parent object.
Merge A combination of create, drop, alter and rename actions needed to merge object trees.
Diff A difference comparison action.
Copy A copy or transfer action.