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 | |
---|---|---|
Alter | An alter action. | |
Copy | A copy or transfer action. | |
Create | A create action. | |
Diff | A difference comparison action. | |
Drop | A drop action. | |
Merge | A combination of create, drop, alter and rename actions needed to merge object trees. | |
Move | A move action involving a new parent object. | |
Rename | A rename action involving a new SfcKey object. | |
Serialize | A serialization action. | |
Unknown | An unknown or generic action. |