Compartir a través de


Clase Table

The Table object represents a SQL Server table.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Smo.SmoObjectBase
    Microsoft.SqlServer.Management.Smo.SqlSmoObject
      Microsoft.SqlServer.Management.Smo.NamedSmoObject
        Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase
          Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase
            Microsoft.SqlServer.Management.Smo.TableViewTableTypeBase
              Microsoft.SqlServer.Management.Smo.TableViewBase
                Microsoft.SqlServer.Management.Smo.Table

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<PhysicalFacetAttribute> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
Public NotInheritable Class Table _
    Inherits TableViewBase _
    Implements ISfcSupportsDesignMode, IColumnPermission, IObjectPermission, ICreatable,  _
    IAlterable, IDroppable, IRenamable, ITableOptions, IDmfFacet
'Uso
Dim instance As Table
[PhysicalFacetAttribute]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
public sealed class Table : TableViewBase, 
    ISfcSupportsDesignMode, IColumnPermission, IObjectPermission, ICreatable, IAlterable, 
    IDroppable, IRenamable, ITableOptions, IDmfFacet
[PhysicalFacetAttribute]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
public ref class Table sealed : public TableViewBase, 
    ISfcSupportsDesignMode, IColumnPermission, IObjectPermission, ICreatable, IAlterable, 
    IDroppable, IRenamable, ITableOptions, IDmfFacet
[<SealedAttribute>]
[<PhysicalFacetAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
type Table =  
    class 
        inherit TableViewBase 
        interface ISfcSupportsDesignMode 
        interface IColumnPermission 
        interface IObjectPermission 
        interface ICreatable 
        interface IAlterable 
        interface IDroppable 
        interface IRenamable 
        interface ITableOptions 
        interface IDmfFacet 
    end
public final class Table extends TableViewBase implements ISfcSupportsDesignMode, IColumnPermission, IObjectPermission, ICreatable, IAlterable, IDroppable, IRenamable, ITableOptions, IDmfFacet

El tipo Table expone los siguientes miembros.

Constructores

  Nombre Descripción
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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AnsiNullsStatus Gets the Boolean property value that specifies whether ISO NULL handling is enabled on the table.
Propiedad pública ChangeTrackingEnabled Gets or sets a value that indicates whether change tracking is enabled for the table.
Propiedad pública Checks Represents a collection of Check objects. Each Check object represents a check constraint defined on the table.
Propiedad pública Columns Gets a column collection. (Se hereda de TableViewTableTypeBase.)
Propiedad pública CreateDate Gets the date and time when the table was created.
Propiedad pública DataSpaceUsed Gets the storage space used by the rows of the referenced table in kilobytes.
Propiedad pública DateLastModified Gets the date and time when the table was last modified.
Propiedad pública DistributionName Gets or sets the name of the distribution scheme defined by the federation.
Propiedad pública Events Gets the events that are associated with the table.
Propiedad pública ExtendedProperties Gets an extended property collection. (Se hereda de TableViewTableTypeBase.)
Propiedad pública FakeSystemTable Gets the Boolean value that specifies whether the table references a system table.
Propiedad pública FederationColumnID Gets the ID of the column for the federation key.
Propiedad pública FederationColumnName Gets or sets the name of the column for the federation key.
Propiedad pública FileGroup Gets or sets the filegroup in which the table is stored.
Propiedad pública FileStreamFileGroup Gets or sets the filegroup for FILESTREAM data.
Propiedad pública FileStreamPartitionScheme Gets or sets the partition scheme for FILESTREAM data.
Propiedad pública FileTableDirectoryName Gets or sets the directory name of the FileTable.
Propiedad pública FileTableNameColumnCollation Gets the column collation of the FileTable name.
Propiedad pública FileTableNamespaceEnabled Gets or sets a value that indicates whether the FileTable namespace is enabled.
Propiedad pública ForeignKeys Represents a collection of ForeignKey objects. Each ForeignKey object represents a foreign key defined on the table.
Propiedad pública FullTextIndex Gets the full text index on the table or view. (Se hereda de TableViewBase.)
Propiedad pública HasAfterTrigger Gets the Boolean property value that specifies whether the table has any after triggers.
Propiedad pública HasClusteredIndex Gets the Boolean property value that specifies whether the table has a clustered index.
Propiedad pública HasCompressedPartitions Gets a value indicating whether the table uses compressed partitions
Propiedad pública HasDeleteTrigger Gets the Boolean property value that specifies whether the table has a delete trigger.
Propiedad pública HasIndex Gets the Boolean property value that specifies whether the table has at least one index.
Propiedad pública HasInsertTrigger Gets the Boolean property value that specifies whether the table has an insert trigger.
Propiedad pública HasInsteadOfTrigger Gets the Boolean property value that specifies whether the table has any instead of triggers.
Propiedad pública HasUpdateTrigger Gets the Boolean property value that specifies whether the table has an update trigger.
Propiedad pública ID Gets the ID value that uniquely identifies the table.
Propiedad pública Indexes Gets the specified index of collection in the table. (Invalida TableViewTableTypeBase.Indexes.)
Propiedad pública IndexSpaceUsed Gets the space used by the index, in KB.
Propiedad pública IsFileTable Gets a value that indicates whether a table is FileTable.
Propiedad pública IsIndexable Gets the Boolean property value that specifies whether an index can be placed on the table.
Propiedad pública IsPartitioned Gets the Boolean property value that specifies whether the table is partitioned.
Propiedad pública IsSchemaOwned Gets the Boolean property value that specifies whether the table schema is owned.
Propiedad pública IsSystemObject Gets the Boolean property value that specifies whether the table is a system object.
Propiedad pública IsVarDecimalStorageFormatEnabled Gets or sets a value that indicates whether var decimal storage is enabled.
Propiedad pública LockEscalation Gets or sets the type of lock escalation that is used on the table.
Propiedad pública MaximumDegreeOfParallelism Gets or sets the maximum number of processors to use in a parallel plan execution that includes the table.
Propiedad pública Name Gets or sets a String value that specifies the name of the view table type. (Se hereda de TableViewTableTypeBase.)
Propiedad pública OnlineHeapOperation Gets or sets the Boolean value that determines whether the table supports online heap or index operations.
Propiedad pública Owner Gets or sets the owner of the table.
Propiedad pública Parent Gets the Database object that is the parent of the Table object.
Propiedad pública PartitionScheme Gets or sets the name of the partition scheme that is configured for the table.
Propiedad pública PartitionSchemeParameters Represents a collection of PartitionSchemeParameter objects. Each PartitionSchemeParameter object represents a partition scheme parameter defined on the table.
Propiedad pública PhysicalPartitions Gets the physical partitions in which the table data is stored.
Propiedad pública Properties Gets a collection of Property objects that represent the object properties. (Se hereda de SqlSmoObject.)
Propiedad 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.
Propiedad pública Replicated Gets the Boolean property that specifies whether the table is replicated.
Propiedad pública RowCount Gets the number of rows in the table.
Propiedad pública RowCountAsDouble Gets the number of rows in the table as a floating point value.
Propiedad pública Schema Gets or sets a String value that specifies the name of the schema that contains the view table type. (Se hereda de TableViewTableTypeBase.)
Propiedad pública State Gets the state of the referenced object. (Se hereda de SmoObjectBase.)
Propiedad pública Statistics Represents a collection of Statistic objects. Each Statistic object represents a statistic counter that is defined on the table or view. (Se hereda de TableViewBase.)
Propiedad pública TextFileGroup Gets or sets the filegroup that is used to maintain long, variable-length data stored in the table.
Propiedad pública TrackColumnsUpdatedEnabled Gets or sets a value that indicates whether the Motor de base de datos track columns update is enabled.
Propiedad pública Triggers Represents a collection of Trigger objects. Each Trigger object represents a trigger that is defined on the table or view. (Se hereda de TableViewBase.)
Propiedad pública Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Se hereda de SqlSmoObject.)
Propiedad pública UserData Gets or sets user-defined data associated with the referenced object. (Se hereda de SmoObjectBase.)

Arriba

Métodos

  Nombre Descripción
Método público Alter Updates any Table object property changes on the instance of SQL Server. 
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 público ChangeSchema Changes the schema on the referenced table.
Método público CheckIdentityValue Verifies the integrity of all identity columns in the referenced table.
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 público Create Creates a table on the instance of SQL Server as defined by the Table object.
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 Discovers a list of type Object. (Se hereda de SqlSmoObject.)
Método público Drop Removes the table from the database.
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. (Se hereda 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. (Se hereda 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. (Se hereda 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 público Equals (Se hereda de Object.)
Método protegido FormatSqlVariant Formats an object as SqlVariant type. (Se hereda de SqlSmoObject.)
Método protegido GetContextDB Gets the context database that is associated with this object. (Se hereda de SqlSmoObject.)
Método protegido GetDBName Gets the database name that is associated with the object. (Se hereda de SqlSmoObject.)
Método público GetHashCode (Se hereda de Object.)
Método protegido GetPropValue Gets a property value of the SqlSmoObject object. (Se hereda de SqlSmoObject.)
Método protegido GetPropValueOptional Gets a property value of the SqlSmoObject object. (Se hereda de SqlSmoObject.)
Método protegido GetPropValueOptionalAllowNull Gets a property value of the SqlSmoObject object. (Se hereda de SqlSmoObject.)
Método protegido GetServerObject Gets the server of the SqlSmoObject object. (Se hereda de SqlSmoObject.)
Método público GetType (Se hereda de Object.)
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 público Initialize() Initializes the object and forces the properties be loaded. (Se hereda de SqlSmoObject.)
Método público Initialize(Boolean) Initializes the object and forces the properties be loaded. (Se hereda de SqlSmoObject.)
Método protegido IsObjectInitialized Verifies whether the object has been initialized. (Se hereda de SqlSmoObject.)
Método protegido IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. (Se hereda de SqlSmoObject.)
Método público Rebuild() Rebuilds the table.
Método público Rebuild(Int32) Rebuilds the specified table partition.
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 Recompiles any view or trigger that depends on the base SMO object. (Se hereda de TableViewBase.)
Método público Refresh Refreshes the View object or Table object properties. (Se hereda de TableViewBase.)
Método público Rename Renames the table.
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. (Se hereda 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. (Se hereda de TableViewTableTypeBase.)
Método protegido SetParentImpl Sets the parent of the SqlSmoObject to the newParent parameter. (Se hereda de SqlSmoObject.)
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 público ToString Returns a String that represents the referenced object. (Se hereda de SqlSmoObject.)
Método público TruncateData Truncates the data in the table.
Método público UpdateStatistics() Updates statistics for the table or view. (Se hereda 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. (Se hereda 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. (Se hereda 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. (Se hereda de TableViewBase.)
Método público Validate Validates the state of an object. (Se hereda de SmoObjectBase.)

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged Represents the event that occurs when a property is changed. (Se hereda de SqlSmoObject.)
Evento público PropertyMetadataChanged Represents the event that occurs when property metadata changes. (Se hereda de SqlSmoObject.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IAlienObject.Discover Discovers any dependencies. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SqlSmoObject.)
Implementación de interfaces explícitasMétodo privado IAlienObject.GetDomainRoot Returns the root of the domain. (Se hereda de SqlSmoObject.)
Implementación de interfaces explícitasMétodo privado IAlienObject.GetParent Gets the parent of this object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SqlSmoObject.)
Implementación de interfaces explícitasMétodo privado IAlienObject.GetPropertyType Gets the type of the specified property. (Se hereda de SqlSmoObject.)
Implementación de interfaces explícitasMétodo privado IAlienObject.GetPropertyValue Gets the value of the specified property. (Se hereda de SqlSmoObject.)
Implementación de interfaces explícitasMétodo privado IAlienObject.GetUrn Gets the Unified Resource Name (URN) of the object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SqlSmoObject.)
Implementación de interfaces explícitasMétodo privado IAlienObject.Resolve Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object. (Se hereda de SqlSmoObject.)
Implementación de interfaces explícitasMétodo privado IAlienObject.SetObjectState Sets the object state to the specified SfcObjectState value. (Se hereda de SqlSmoObject.)
Implementación de interfaces explícitasMétodo privado IAlienObject.SetPropertyValue Sets the property value. (Se hereda de SqlSmoObject.)
Implementación de interfaces explícitasMétodo privado ISfcPropertyProvider.GetPropertySet Gets the interface reference to the set of properties of this object. (Se hereda de SqlSmoObject.)
Implementación de interfaces explícitasPropiedad privada ISfcSupportsDesignMode.IsDesignMode Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada. Gets a Boolean value that indicates whether the object supports design mode.

Arriba

Comentarios

To get Table object properties, users can be a member of the public fixed server role.

To set Table object properties, users must have ALTER permission on the table.

To create a table, users must have CREATE TABLE permission on the parent database and ALTER permission in the schema.

To drop a table, users must have CONTROL permission on the table, or be a member of the db_ddladmin or db_owner fixed database roles.

To grant, deny, or revoke permission on the table to other users, users must have CONTROL permission on the table.

Ejemplos

Crear, modificar y quitar tablas

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Tablas

CREATE TABLE (Transact-SQL)