Difference between revisions of "Object Script - Columns - XML - MediaWiki Table (short)"

From dbscript Online Help
Jump to: navigation, search
(Generated Code)
(Screenshot)
Line 146: Line 146:
  
 
===Screenshot===
 
===Screenshot===
 +
 +
[http://www.devio.at/images/dbs-screenshots/obj_script_wiki.png]

Revision as of 20:22, 23 November 2008

Description

This page has been generated using dbscript

Select Project, Project Version, Object, Command "Generate Script"

Select "XML", and predefined XSLT "MediaWiki Table (short)"

Generated Code

Table dbo.Columns


Column Data Type Nullable Default
OID int not null
Obj_OID int not null
ColN_OID int null
ColID int not null
ColOrder int not null
ID varchar(50) not null
DataType varchar(50) not null
Length int null
DecimalLength int null
Nullable bit not null (0)
IsIdentity bit not null (0)
CollationName varchar(50) null
IdentityStart int null
IdentityInc int null
IsRowGuidCol bit not null (0)
Computed nvarchar(1000) null
IsPersisted bit not null (0)
NotForRepl bit not null (0)
XmlAttributes nvarchar(1000) null
Description nvarchar(1000) null
DFID int null
DFName varchar(128) null
DFExpr ntext null
Created datetime not null (getdate())

Screenshot

[1]