Перечисление 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. |