ITableOptions 接口

The ITableOptions class is an interface that represents a collection of options that is associated with a table.

此 API 不符合 CLS。 

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<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
用法
Dim instance As ITableOptions
[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
[<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))>]
type ITableOptions =  
    interface
        interface IDmfFacet
    end
public interface ITableOptions extends IDmfFacet

ITableOptions 类型公开以下成员。

属性

  名称 说明
公共属性 AnsiNullsStatus
公共属性 ChangeTrackingEnabled Gets or sets the Boolean value that determines whether change tracking is enabled on the table.
公共属性 CreateDate Gets the date and time when the table was created.
公共属性 DateLastModified
公共属性 FakeSystemTable Gets the Boolean value that determines whether the table references a system table.
公共属性 FileGroup Gets or sets the file group in which the table is physically stored.
公共属性 FileStreamFileGroup
公共属性 FileStreamPartitionScheme
公共属性 ID Gets the ID value that uniquely identifies the table.
公共属性 IsSchemaOwned Gets the Boolean value that determines whether the table schema has an owner.
公共属性 IsSystemObject Gets the Boolean value that determines whether the table is a system object.
公共属性 LockEscalation Gets or sets the type of lock escalation implemented on the table.
公共属性 Name Gets or sets the name of the table.
公共属性 PartitionScheme Gets or sets the name of the partition scheme associated with the table.
公共属性 QuotedIdentifierStatus Gets or sets the Boolean value that determines whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.
公共属性 Replicated Gets the Boolean value that determines whether the table is replicated.
公共属性 TextFileGroup Gets or sets the file group in which all the textual data in the table is stored.
公共属性 TrackColumnsUpdatedEnabled Gets the Boolean value that determines whether column updates in the table are tracked.

页首