DropOptions Enumeration
Defines the behavior of the drop method on dependent objects.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
语法
声明
<FlagsAttribute> _
Public Enumeration DropOptions
[FlagsAttribute]
public enum DropOptions
[FlagsAttribute]
public enum class DropOptions
/** @attribute FlagsAttribute() */
public enum DropOptions
FlagsAttribute
public enum DropOptions
Members
Member name | Description |
---|---|
AlterOrDeleteDependents | Specifies that the dependent objects are deleted and the affected ones are altered. |
Default | Specifies that the default drop option for that object is used, |
IgnoreFailures | Specifies that the drop process is continued on failures or errors. |
备注
新增日期:2006 年 7 月 17 日
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。