Énumération SfcDependencyAction
Indicates the intended action. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Enumeration SfcDependencyAction
'Utilisation
Dim instance As SfcDependencyAction
public enum SfcDependencyAction
public enum class SfcDependencyAction
type SfcDependencyAction
public enum SfcDependencyAction
Membres
| Nom de membre | 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. |