sysarticlecolumns (Systemsicht) (Transact-SQL)sysarticlecolumns (System View) (Transact-SQL)
Anwendungsbereich:Applies to: SQL ServerSQL Server (alle unterstützten Versionen)
SQL ServerSQL Server (all supported versions)
SQL ServerSQL Server (alle unterstützten Versionen)
SQL ServerSQL Server (all supported versions)
Die sysarticlecolumns -Sicht macht zusätzliche Informationen zu Spalten in veröffentlichten Artikeln verfügbar.The sysarticlecolumns view exposes additional information about columns in published articles. Diese Sicht wird in der distribution-Datenbank gespeichert.This view is stored in the distribution database.
SpaltennameColumn name | DatentypData type | BESCHREIBUNGDescription |
---|---|---|
artidartid | intint | Identifiziert einen Artikel.Identifies an article. |
ColIdcolid | intint | Identifiziert eine Spalte in einem Artikel.Identifies a column in an article. |
is_udtis_udt | intint | Zeigt an, ob die Spalte dem benutzerdefinierten Datentyp (UDT) zugehört.Indicates whether the column is a user-defined data type (UDT) column. Der Wert 1 gibt eine UDT-Spalte an.A value of 1 indicates a UDT column. |
is_xmlis_xml | intint | Gibt an, ob die Spalte eine XML -Spalte ist.Is if the column is an xml column. Der Wert 1 gibt eine XML -Spalte an.A value of 1 indicates an xml column. |
is_maxis_max | intint | Gibt an, ob die Spalte eine Spalte mit einem großen Wert (varchar (max), nvarchar (max) oder varbinary (max)) ist.Is if the column is a Large Value data type column (varchar(max), nvarchar(max) or varbinary(max)). Der Wert 1 gibt eine Spalte mit großen Werten an.A value of 1 indicates a Large Value column. |
Weitere InformationenSee Also
sp_articlecolumn (Transact-SQL-) sp_articlecolumn (Transact-SQL)
sysarticlecolumns (Transact-SQL-)sysarticlecolumns (Transact-SQL)