Compartilhar via


Membros Table

The Table object represents a SQL Server table.

O tipo Table expõe os seguintes membros.

Construtores

  Nome Descrição
Método público Table() () () () Initializes a new instance of the Table class.
Método público Table(Database, String) Initializes a new instance of the Table class on the specified database and that has the specified name.
Método público Table(Database, String, String) Initializes a new instance of the Table class on the specified database and that has the specified name and schema.

Início

Métodos

  Nome Descrição
Método protegido AddDatabaseContext (Herdado de SqlSmoObject.)
Método público Alter Updates any Table object property changes on the instance of SQL Server.
Método protegido AlterImpl (Herdado de SqlSmoObject.)
Método protegido AlterImplFinish (Herdado de SqlSmoObject.)
Método protegido AlterImplInit (Herdado de SqlSmoObject.)
Método protegido AlterImplWorker (Herdado de SqlSmoObject.)
Método público AlterWithNoCheck Updates any Table object property changes on the instance of SQL Server without checking the property values first.
Método protegido AppendCommaText (Herdado de ScriptNameObjectBase.)
Método protegido AppendWithCommaText (Herdado de ScriptNameObjectBase.)
Método protegido AppendWithOption (Herdado de ScriptNameObjectBase.)
Método protegido BindDefaultImpl (Herdado de SqlSmoObject.)
Método protegido BindRuleImpl (Herdado de SqlSmoObject.)
Método público ChangeSchema Changes the schema on the referenced table.
Método protegido CheckCollation (Herdado de SqlSmoObject.)
Método público CheckIdentityValue Verifies the integrity of all identity columns in the referenced table.
Método protegido CheckObjectDirty (Herdado de ScriptNameObjectBase.)
Método protegido CheckObjectState() () () () Validates the state of the referenced object. (Herdado de SqlSmoObject.)
Método protegido CheckObjectState(Boolean) Validates the state of the referenced object with the option to specify that an exception is thrown if the object is not yet created. (Herdado de SqlSmoObject.)
Método protegido CheckObjectStateImpl (Herdado de SqlSmoObject.)
Método público CheckTable Tests the integrity of database pages for the table and indexes defined on the table.
Método público CheckTableDataOnly Tests the integrity of database pages for the table data defined on the table.
Método protegido CheckTextCorectness (Herdado de ScriptNameObjectBase.)
Método protegido CheckTextModeSupport (Herdado de ScriptNameObjectBase.)
Método protegido CheckVersion100 (Herdado de SqlSmoObject.)
Método protegido CheckVersion80 Checks the validity of the object on SQL Server 2000. (Herdado de SqlSmoObject.)
Método protegido CheckVersion80SP3 Checks the validity of the object on SQL Server 2000 SP3. (Herdado de SqlSmoObject.)
Método protegido CheckVersion90 Check the validity of the object on SQL Server 2005. (Herdado de SqlSmoObject.)
Método protegido CheckVersionBelow90 (Herdado de SqlSmoObject.)
Método protegido CleanObject Cleans the referenced object. (Herdado de ScriptNameObjectBase.)
Método público Create Creates a table on the instance of SQL Server as defined by the Table object.
Método protegido CreateImpl (Herdado de SqlSmoObject.)
Método protegido CreateImplFinish (Herdado de SqlSmoObject.)
Método protegido CreateImplInit (Herdado de SqlSmoObject.)
Método público Deny(ObjectPermissionSet, String) Denies the specified set of permissions for the specified grantee on the table.
Método público Deny(ObjectPermissionSet, array<String> [] () [] []) Denies the specified set of permissions for the specified grantees on the table.
Método público Deny(ObjectPermissionSet, String, Boolean) Denies the specified set of permissions for the specified grantee and other users to whom the grantee granted the specified set of permissions on the table.
Método público Deny(ObjectPermissionSet, String, array<String> [] () [] []) Denies the specified set of permissions to the grantee on the specified columns on the table.
Método público Deny(ObjectPermissionSet, array<String> [] () [] [], Boolean) Denies the specified permission for the specified grantees on the table.
Método público Deny(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] []) Denies the specified set of permissions for the grantees on the specified columns on the table.
Método público Deny(ObjectPermissionSet, String, array<String> [] () [] [], Boolean) Denies the specified set of permissions for the specified grantee and other users to whom the grantee granted the specified set of permissions on the specified columns on the table.
Método público Deny(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [], Boolean) Denies the specified set of permissions for the specified grantees and other users to whom the grantee granted the specified set of permissions on the specified columns on the table.
Método público DisableAllIndexes Disables all the indexes that are on the table.
Método público Discover (Herdado de SqlSmoObject.)
Método público Drop Removes the table from the database.
Método protegido DropImpl (Herdado de SqlSmoObject.)
Método protegido DropImplWorker (Herdado de SqlSmoObject.)
Método público EnableAllIndexes Enables all indexes.
Método público EnumColumnPermissions() () () () Enumerates a list of column permissions for the table.
Método público EnumColumnPermissions(String) Enumerates a list of column permissions for a specified grantee on the table.
Método público EnumColumnPermissions(ObjectPermissionSet) Enumerates a list of column permissions for a specified permission on the table.
Método público EnumColumnPermissions(String, ObjectPermissionSet) Enumerates a list of column permissions for a specified grantee and a specified permission on the table.
Método público EnumForeignKeys Enumerates a list of primary keys in which the table is referenced as a foreign key.
Método público EnumFragmentation() () () () Enumerates information about fragments of data that are stored in a table or view. (Herdado de TableViewBase.)
Método público EnumFragmentation(FragmentationOption) Enumerates information about fragments of data that are stored in a table or view with the option to specify how detailed the results should be. (Herdado de TableViewBase.)
Método público EnumFragmentation(FragmentationOption, Int32) Enumerates information about fragments of data that are stored in a table or view on a specified partition, and with the option to specify how detailed the results should be. (Herdado de TableViewBase.)
Método público EnumLastStatisticsUpdates() () () () Enumerates a list of information about the most recent statistics updates.
Método público EnumLastStatisticsUpdates(String) Enumerates a list of information about the most recent statistics updates for the specified statistic counter.
Método público EnumObjectPermissions() () () () Enumerates a list of object permissions for the table.
Método público EnumObjectPermissions(String) Enumerates a list of object permissions for a specified grantee on the table.
Método público EnumObjectPermissions(ObjectPermissionSet) Enumerates a list of object permissions for a specified permission on the table.
Método público EnumObjectPermissions(String, ObjectPermissionSet) Enumerates a list of object permissions for a specified grantee and a specified permission on the table.
Método público EnumScript() () () () Returns an IEnumerable<string> object that has the script for the passed objects
Método público EnumScript(ScriptingOptions) Returns an IEnumerable<string> object that has the script for the passed objects.
Método protegido EnumScriptImpl (Herdado de SqlSmoObject.)
Método protegido EnumScriptImplWorker (Herdado de SqlSmoObject.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método protegido ForceTextModeOnTextBody Enforces text mode on the text body. (Herdado de ScriptNameObjectBase.)
Método protegido FormatSqlVariant (Herdado de SqlSmoObject.)
Método protegido GenerateDataSpaceFileStreamScript (Herdado de SqlSmoObject.)
Método protegido GenerateDataSpaceScript (Herdado de SqlSmoObject.)
Método protegido GetBindDefaultScript (Herdado de SqlSmoObject.)
Método protegido GetBindRuleScript (Herdado de SqlSmoObject.)
Método protegido GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (Herdado de SqlSmoObject.)
Método protegido GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (Herdado de SqlSmoObject.)
Método protegido GetBraketNameForText (Herdado de ScriptNameObjectBase.)
Método protegido GetDateTimeParameter (Herdado de SqlSmoObject.)
Método protegido GetDateTimeParameterAsInt (Herdado de SqlSmoObject.)
Método protegido GetDBName Gets the database name that is associated with the object. (Herdado de SqlSmoObject.)
Método protegido GetEnumParameter (Herdado de SqlSmoObject.)
Método protegido GetFragOptionString (Herdado de SqlSmoObject.)
Método protegido GetGuidParameter (Herdado de SqlSmoObject.)
Método público GetHashCode (Herdado de Object.)
Método protegido GetIsTextDirty Determines whether the text value is consistent with stored value. (Herdado de ScriptNameObjectBase.)
Método protegido GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (Herdado de SqlSmoObject.)
Método protegido GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (Herdado de SqlSmoObject.)
Método protegido GetPropValue (Herdado de SqlSmoObject.)
Método protegido GetPropValueOptional (Herdado de SqlSmoObject.)
Método protegido GetPropValueOptionalAllowNull (Herdado de SqlSmoObject.)
Método protegido GetRealValue (Herdado de SqlSmoObject.)
Método protegido GetScriptIncludeExists (Herdado de ScriptNameObjectBase.)
Método protegido GetScriptingOptionsForCreate (Herdado de SqlSmoObject.)
Método protegido GetServerName Gets the name of the instance of SQL Server with which the object is associated. (Herdado de SqlSmoObject.)
Método protegido GetServerObject (Herdado de SqlSmoObject.)
Método protegido GetSqlServerVersionName Gets the version name of the instance of SQL Server with which the object is associated. (Herdado de SqlSmoObject.)
Método protegido GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%) (Herdado de SqlSmoObject.)
Método protegido GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) (Herdado de SqlSmoObject.)
Método protegido GetTextBody() () () () Returns the text body. (Herdado de ScriptNameObjectBase.)
Método protegido GetTextBody(Boolean) Returns the text body. (Herdado de ScriptNameObjectBase.)
Método protegido GetTextForScript(ScriptingOptions, Boolean, array<String> [] () [] []) Gets the text for scripting. (Herdado de ScriptNameObjectBase.)
Método protegido GetTextForScript(ScriptingOptions, Boolean, array<String> [] () [] [], Boolean) (Herdado de ScriptNameObjectBase.)
Método protegido GetTextHeader Returns the text header. (Herdado de ScriptNameObjectBase.)
Método protegido GetTextMode Determines whether the script name is using text mode. (Herdado de ScriptNameObjectBase.)
Método protegido GetTextProperty(String) (Herdado de ScriptNameObjectBase.)
Método protegido GetTextProperty(String, ScriptingOptions) (Herdado de ScriptNameObjectBase.)
Método protegido GetTimeSpanParameterAsInt (Herdado de SqlSmoObject.)
Método público GetType (Herdado de Object.)
Método protegido GetUrnRecursive(StringBuilder) (Herdado de SqlSmoObject.)
Método protegido GetUrnRecursive(StringBuilder, UrnIdOption) (Herdado de SqlSmoObject.)
Método público Grant(ObjectPermissionSet, String) Grants the specified set of permissions to the specified grantee on the table.
Método público Grant(ObjectPermissionSet, array<String> [] () [] []) Grants the specified set of permissions to the specified grantees on the table.
Método público Grant(ObjectPermissionSet, String, Boolean) Grants access to the specified permission and the ability to grant access to other uses for the specified grantee on the table.
Método público Grant(ObjectPermissionSet, String, array<String> [] () [] []) Grants access to the specified permission on the specified columns for the specified grantee on the specified columns on the table.
Método público Grant(ObjectPermissionSet, array<String> [] () [] [], Boolean) Grants access to the specified permission and the ability to grant access to other uses for the specified grantees on the table.
Método público Grant(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] []) Grants the specified set of permissions to the grantees to the specified columns on the table.
Método público Grant(ObjectPermissionSet, String, Boolean, String) Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the table under an assumed role.
Método público Grant(ObjectPermissionSet, String, array<String> [] () [] [], Boolean) Grants the specified permission to the grantee and the ability to grant the specified set of permissions to other users on the specified columns on the table.
Método público Grant(ObjectPermissionSet, array<String> [] () [] [], Boolean, String) Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the table under an assumed role.
Método público Grant(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [], Boolean) Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the table.
Método público Grant(ObjectPermissionSet, String, array<String> [] () [] [], Boolean, String) Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the specified columns on the table under an assumed role.
Método público Grant(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [], Boolean, String) Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the table under an assumed role.
Método protegido ImplInitialize (Herdado de SqlSmoObject.)
Método público Initialize() () () () Initializes the object and forces the properties be loaded. (Herdado de SqlSmoObject.)
Método público Initialize(Boolean) Initializes the object and forces the properties be loaded. (Herdado de SqlSmoObject.)
Método protegido IsObjectDirty Determines whether the referenced object is consistent with the stored object. (Herdado de ScriptNameObjectBase.)
Método protegido IsObjectInitialized Verifies whether the object has been initialized. (Herdado de SqlSmoObject.)
Método protegido IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. (Herdado de SqlSmoObject.)
Método protegido IsVersion80SP3 (Herdado de SqlSmoObject.)
Método protegido MarkDropped Marks a view table type as drooped. (Herdado de TableViewTableTypeBase.)
Método protegido MarkForDropImpl (Herdado de SqlSmoObject.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido PostAlter (Herdado de SqlSmoObject.)
Método protegido PostCreate (Herdado de SqlSmoObject.)
Método protegido PostDrop (Herdado de SqlSmoObject.)
Método público Rebuild() () () ()
Método público Rebuild(Int32)
Método público RebuildIndexes Rebuilds the indexes on the table.
Método público RecalculateSpaceUsage Recalculates the space that is used on the table.
Método público ReCompileReferences (Herdado de TableViewBase.)
Método público Refresh Refreshes the View object or Table object properties. (Herdado de TableViewBase.)
Método público Rename Renames the table.
Método protegido RenameImpl This method supports the SMO infrastructure and is not intended to be used directly from your code. (Herdado de NamedSmoObject.)
Método protegido RenameImplWorker This method supports the SMO infrastructure and is not intended to be used directly from your code. (Herdado de NamedSmoObject.)
Método público Revoke(ObjectPermissionSet, String) Revokes a previously granted set of permissions from a grantee on the table.
Método público Revoke(ObjectPermissionSet, array<String> [] () [] []) Revokes a previously granted set of permissions from a list of grantees on the table.
Método público Revoke(ObjectPermissionSet, String, array<String> [] () [] []) Revokes a previously granted set of permissions from a grantee on the specified columns on the table.
Método público Revoke(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] []) Revokes a previously granted set of permissions from a list of grantees on the specified columns on the table.
Método público Revoke(ObjectPermissionSet, String, Boolean, Boolean) Revokes a previously granted set of permissions from a grantee on the table and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users.
Método público Revoke(ObjectPermissionSet, array<String> [] () [] [], Boolean, Boolean) Revokes a previously granted set of permissions from grantees on the table and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users.
Método público Revoke(ObjectPermissionSet, String, Boolean, Boolean, String) Revokes a previously granted set of permissions from a grantee from the table and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.
Método público Revoke(ObjectPermissionSet, String, array<String> [] () [] [], Boolean, Boolean) Revokes a previously granted set of permissions from grantees on the specified columns on the table and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.
Método público Revoke(ObjectPermissionSet, array<String> [] () [] [], Boolean, Boolean, String) Revokes a previously granted set of permissions from grantees on the table and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.
Método público Revoke(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [], Boolean, Boolean) Revokes a previously granted set of permissions from grantees on the specified columns on the table and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role.
Método público Revoke(ObjectPermissionSet, String, array<String> [] () [] [], Boolean, Boolean, String) Revokes a previously granted set of permissions from a grantee on the specified columns on the table and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.
Método público Revoke(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [], Boolean, Boolean, String) Revokes a previously granted set of permissions from the grantees for the specified columns on the table and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role.
Método público Script() () () () Generates a Transact-SQL script that can be used to re-create the database object. (Herdado de TableViewTableTypeBase.)
Método público Script(ScriptingOptions) Generates a Transact-SQL script that can be used to re-create the database object with the specified scripting options. (Herdado de TableViewTableTypeBase.)
Método protegido ScriptAlter (Herdado de SqlSmoObject.)
Método protegido ScriptAnsiQI (Herdado de ScriptNameObjectBase.)
Método protegido ScriptChangeOwner This method supports the SMO infrastructure and is not intended to be used directly from your code. (Herdado de NamedSmoObject.)
Método protegido ScriptCreate (Herdado de SqlSmoObject.)
Método protegido ScriptDdl (Herdado de SqlSmoObject.)
Método protegido ScriptDrop (Herdado de SqlSmoObject.)
Método protegido ScriptImpl() () () () (Herdado de SqlSmoObject.)
Método protegido ScriptImpl(ScriptingOptions) (Herdado de SqlSmoObject.)
Método protegido ScriptImplWorker (Herdado de SqlSmoObject.)
Método protegido ScriptInformativeHeaders (Herdado de ScriptNameObjectBase.)
Método protegido ScriptRename This method supports the SMO infrastructure and is not intended to be used directly from your code. (Herdado de NamedSmoObject.)
Método protegido SetCollectionTextMode Sets the collection text mode. (Herdado de ScriptNameObjectBase.)
Método protegido SetParentImpl (Herdado de SqlSmoObject.)
Método protegido SetTextBody Specifies the text body. (Herdado de ScriptNameObjectBase.)
Método protegido SetTextHeader Specifies the text header. (Herdado de ScriptNameObjectBase.)
Método protegido SetTextMode Specifies the text mode. (Herdado de ScriptNameObjectBase.)
Método público SwitchPartition(Table) Switches the partition of the table to the specified target table.
Método público SwitchPartition(Int32, Table) Switches the specified partition of the table to the specified target table specified (assuming the target table is not partitioned).
Método público SwitchPartition(Table, Int32) Switches the table to the partition with the specified partition number of the specified target table.
Método público SwitchPartition(Int32, Table, Int32) Switches the specified source partition of the table to the specified target of the specified target table.
Método protegido SwitchTextMode Switches the text mode. (Herdado de ScriptNameObjectBase.)
Método protegido ThrowIfTextIsDirtyForAlter (Herdado de ScriptNameObjectBase.)
Método público ToString Returns a String that represents the referenced object. (Herdado de SqlSmoObject.)
Método protegido TouchImpl (Herdado de SqlSmoObject.)
Método público TruncateData Truncates the data in the table.
Método protegido UnbindDefaultImpl (Herdado de SqlSmoObject.)
Método protegido UnbindRuleImpl (Herdado de SqlSmoObject.)
Método público UpdateStatistics() () () () Updates statistics for the table or view. (Herdado de TableViewBase.)
Método público UpdateStatistics(StatisticsTarget, StatisticsScanType) Updates the statistics for the table or view with the option to specify the target and the type of scan performed. (Herdado de TableViewBase.)
Método público UpdateStatistics(StatisticsTarget, StatisticsScanType, Int32) Updates the statistics for the table or view with the option to specify the target, the type of scan performed, and the sample size. (Herdado de TableViewBase.)
Método público UpdateStatistics(StatisticsTarget, StatisticsScanType, Int32, Boolean) Updates the statistics for the table or view with the option to specify the target, the type of scan performed, the sample size, and whether to recompute the statistics. (Herdado de TableViewBase.)
Método público Validate (Herdado de SmoObjectBase.)

Início

Campos

  Nome Descrição
Campo protegido m_ExtendedProperties (Herdado de SqlSmoObject.)

Início

Propriedades

  Nome Descrição
Propriedade pública AnsiNullsStatus Gets the Boolean property value that specifies whether ISO NULL handling is enabled on the table.
Propriedade pública ChangeTrackingEnabled Specifies if change tracking is enabled for the table.
Propriedade pública Checks Represents a collection of Check objects. Each Check object represents a check constraint defined on the table.
Propriedade pública Columns Gets a column collection. (Herdado de TableViewTableTypeBase.)
Propriedade pública CreateDate Gets the date and time when the table was created.
Propriedade pública DataSpaceUsed Gets the storage space used by the rows of the referenced table in kilobytes.
Propriedade pública DateLastModified Gets the date and time when the table was last modified.
Propriedade pública Events Gets the events that are associated with the table.
Propriedade protegida ExecuteForScalar Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (Herdado de SqlSmoObject.)
Propriedade pública ExtendedProperties Gets an extended property collection. (Herdado de TableViewTableTypeBase.)
Propriedade pública FakeSystemTable Gets the Boolean value that specifies whether the table references a system table.
Propriedade pública FileGroup Gets or sets the filegroup where the table is stored.
Propriedade pública FileStreamFileGroup Gets or sets the filegroup for FILESTREAM data.
Propriedade pública FileStreamPartitionScheme Gets or sets the partition scheme for FILESTREAM data.
Propriedade pública ForeignKeys Represents a collection of ForeignKey objects. Each ForeignKey object represents a foreign key defined on the table.
Propriedade pública FullTextIndex Gets the full text index on the table or view. (Herdado de TableViewBase.)
Propriedade pública HasAfterTrigger Gets the Boolean property value that specifies whether the table has any after triggers.
Propriedade pública HasClusteredIndex Gets the Boolean property value that specifies whether the table has a clustered index.
Propriedade pública HasCompressedPartitions
Propriedade pública HasDeleteTrigger Gets the Boolean property value that specifies whether the table has a delete trigger.
Propriedade pública HasIndex Gets the Boolean property value that specifies whether the table has at least one index.
Propriedade pública HasInsertTrigger Gets the Boolean property value that specifies whether the table has an insert trigger.
Propriedade pública HasInsteadOfTrigger Gets the Boolean property value that specifies whether the table has any instead of triggers.
Propriedade pública HasUpdateTrigger Gets the Boolean property value that specifies whether the table has an update trigger.
Propriedade pública ID Gets the ID value that uniquely identifies the table.
Propriedade pública Indexes Gets an index collection. (Herdado de TableViewTableTypeBase.)
Propriedade pública IndexSpaceUsed Gets the space used by the index, in KB.
Propriedade pública IsIndexable Gets the Boolean property value that specifies whether an index can be placed on the table.
Propriedade pública IsPartitioned Gets the Boolean property value that specifies whether the table is partitioned.
Propriedade pública IsSchemaOwned Gets the Boolean property value that specifies whether the table schema is owned.
Propriedade pública IsSystemObject Gets the Boolean property value that specifies whether the table is a system object.
Propriedade protegida IsTouched Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (Herdado de SqlSmoObject.)
Propriedade pública IsVarDecimalStorageFormatEnabled Specifies if var decimal storage is enabled.
Propriedade pública LockEscalation Gets or sets the type of lock escalation that is used on the table.
Propriedade pública MaximumDegreeOfParallelism Gets or sets the maximum number of processors to use in a parallel plan execution that includes the table.
Propriedade pública Name Gets or sets the name of the Schema Object Base. (Herdado de ScriptSchemaObjectBase.)
Propriedade protegida ObjectInSpace Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (Herdado de SqlSmoObject.)
Propriedade pública OnlineHeapOperation Gets or sets the Boolean value that determines whether the table supports online heap or index operations.
Propriedade pública Owner Gets or sets the owner of the table.
Propriedade pública Parent Gets the Database object that is the parent of the Table object.
Propriedade pública PartitionScheme Gets or sets the partition scheme that is configured for the table.
Propriedade pública PartitionSchemeParameters Represents a collection of PartitionSchemeParameter objects. Each PartitionSchemeParameter object represents a partition scheme parameter defined on the table.
Propriedade pública PhysicalPartitions Gets the physical partitions in which the table data is stored.
Propriedade pública Properties Gets a collection of Property objects that represent the object properties. (Herdado de SqlSmoObject.)
Propriedade pública QuotedIdentifierStatus Gets or sets a Boolean property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.
Propriedade pública Replicated Gets the Boolean property that specifies whether the table is replicated.
Propriedade pública RowCount Gets the number of rows in the table.
Propriedade pública RowCountAsDouble Gets the number of rows in the table as a floating point value.
Propriedade protegida ScalarResult Gets the scalar result for the referenced object. (Herdado de SqlSmoObject.)
Propriedade pública Schema Gets or sets the schema. (Herdado de ScriptSchemaObjectBase.)
Propriedade pública State Gets the state of the referenced object. (Herdado de SmoObjectBase.)
Propriedade pública Statistics Represents a collection of Statistic objects. Each Statistic object represents a statistic counter that is defined on the table or view. (Herdado de TableViewBase.)
Propriedade pública TextFileGroup Gets or sets the filegroup that is used to maintain long, variable-length data stored in the table.
Propriedade pública TrackColumnsUpdatedEnabled Indicates whether the Mecanismo de Banco de Dados tracks which columns were updated
Propriedade pública Triggers Represents a collection of Trigger objects. Each Trigger object represents a trigger that is defined on the table or view. (Herdado de TableViewBase.)
Propriedade pública Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Herdado de SqlSmoObject.)
Propriedade pública UserData Gets or sets user-defined data associated with the referenced object. (Herdado de SmoObjectBase.)

Início

Eventos

  Nome Descrição
Evento público PropertyChanged (Herdado de SqlSmoObject.)
Evento público PropertyMetadataChanged (Herdado de SqlSmoObject.)

Início

Implementações de interface explícitas

  Nome Descrição
Implementação de interface explícitaMétodo particular IAlienObjectDiscover (Herdado de SqlSmoObject.)
Implementação de interface explícitaMétodo particular IAlienObjectGetParent (Herdado de SqlSmoObject.)
Implementação de interface explícitaMétodo particular IAlienObjectGetProperty (Herdado de SqlSmoObject.)
Implementação de interface explícitaMétodo particular ISfcPropertyProviderGetPropertySet (Herdado de SqlSmoObject.)
Implementação de interface explícitaMétodo particular IAlienObjectGetUrn (Herdado de SqlSmoObject.)
Implementação de interface explícitaMétodo particular IAlienObjectResolve (Herdado de SqlSmoObject.)
Implementação de interface explícitaMétodo particular IAlienObjectSetProperty (Herdado de SqlSmoObject.)

Início