ITableOptions Interface
The ITableOptions class is an interface that represents a collection of options that is associated with a table. This interface is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
<DisplayDescriptionKeyAttribute("ITableOptions_Desc")> _
<StateChangeEventAttribute("RENAME", "TABLE")> _
<DisplayNameKeyAttribute("ITableOptions_Name")> _
<StateChangeEventAttribute("CREATE_TABLE", "TABLE")> _
<StateChangeEventAttribute("ALTER_TABLE", "TABLE")> _
<CLSCompliantAttribute(False)> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None Or AutomatedPolicyEvaluationMode.Enforce Or AutomatedPolicyEvaluationMode.CheckOnChanges Or AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Interface ITableOptions
Inherits IDmfFacet
[DisplayDescriptionKeyAttribute("ITableOptions_Desc")]
[StateChangeEventAttribute("RENAME", "TABLE")]
[DisplayNameKeyAttribute("ITableOptions_Name")]
[StateChangeEventAttribute("CREATE_TABLE", "TABLE")]
[StateChangeEventAttribute("ALTER_TABLE", "TABLE")]
[CLSCompliantAttribute(false)]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.Enforce|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public interface ITableOptions : IDmfFacet
[DisplayDescriptionKeyAttribute(L"ITableOptions_Desc")]
[StateChangeEventAttribute(L"RENAME", L"TABLE")]
[DisplayNameKeyAttribute(L"ITableOptions_Name")]
[StateChangeEventAttribute(L"CREATE_TABLE", L"TABLE")]
[StateChangeEventAttribute(L"ALTER_TABLE", L"TABLE")]
[CLSCompliantAttribute(false)]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::None|AutomatedPolicyEvaluationMode::Enforce|AutomatedPolicyEvaluationMode::CheckOnChanges|AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public interface class ITableOptions : IDmfFacet
/** @attribute DisplayDescriptionKeyAttribute("ITableOptions_Desc") */
/** @attribute StateChangeEventAttribute("RENAME", "TABLE") */
/** @attribute DisplayNameKeyAttribute("ITableOptions_Name") */
/** @attribute StateChangeEventAttribute("CREATE_TABLE", "TABLE") */
/** @attribute StateChangeEventAttribute("ALTER_TABLE", "TABLE") */
/** @attribute CLSCompliantAttribute(false) */
/** @attribute EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.Enforce|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule) */
/** @attribute LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources") */
/** @attribute TypeConverterAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter) */
public interface ITableOptions extends IDmfFacet
DisplayDescriptionKeyAttribute("ITableOptions_Desc")
StateChangeEventAttribute("RENAME", "TABLE")
DisplayNameKeyAttribute("ITableOptions_Name")
StateChangeEventAttribute("CREATE_TABLE", "TABLE")
StateChangeEventAttribute("ALTER_TABLE", "TABLE")
CLSCompliantAttribute(false)
EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.Enforce|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)
LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")
TypeConverterAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter)
public interface ITableOptions extends IDmfFacet
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.