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