SfcDependencyAction 枚举

Indicates the intended action. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Enumeration SfcDependencyAction
用法
Dim instance As SfcDependencyAction
public enum SfcDependencyAction
public enum class SfcDependencyAction
type SfcDependencyAction
public enum SfcDependencyAction

成员

成员名称 说明
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.

请参阅

参考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间