Difference between revisions of "Dbo.Flag (type)"

From dbscript Online Help
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''type
 
| '''type
 
| dbo.Flag
 
| dbo.Flag
|-
 
 
|}
 
|}
  
 +
=== Source ===
 
<pre>
 
<pre>
 
CREATE TYPE dbo.Flag FROM bit NOT NULL
 
CREATE TYPE dbo.Flag FROM bit NOT NULL
 
</pre>
 
</pre>
 +
 +
=== Dependencies ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Reference Type
 +
| '''Object Type
 +
| '''Referencing Object
 +
 +
|- valign="top"
 +
| Data Type
 +
| Table
 +
| [[HumanResources.Employee_(table)|HumanResources.Employee]]
 +
 +
|- valign="top"
 +
| Data Type
 +
| Table
 +
| [[Person.StateProvince_(table)|Person.StateProvince]]
 +
 +
|- valign="top"
 +
| Data Type
 +
| Table
 +
| [[Production.Product_(table)|Production.Product]]
 +
 +
|- valign="top"
 +
| Data Type
 +
| Table
 +
| [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]]
 +
 +
|- valign="top"
 +
| Data Type
 +
| Table
 +
| [[Purchasing.Vendor_(table)|Purchasing.Vendor]]
 +
 +
|- valign="top"
 +
| Data Type
 +
| Table
 +
| [[Sales.SalesOrderHeader_(table)|Sales.SalesOrderHeader]]
 +
 +
|}
 +
 +
 
== automatically generated ==
 
== automatically generated ==
  
Line 17: Line 58:
 
| '''type
 
| '''type
 
| dbo.Flag
 
| dbo.Flag
|- valign="top"
+
|-
 
 
 
|}
 
|}
  
Line 28: Line 68:
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
 +
| '''Reference Type
 +
| '''Object Type
 
| '''Referencing Object
 
| '''Referencing Object
| '''Object Type
 
| '''Reference Type
 
  
 
|-
 
|-
 +
| Data Type
 +
| Table
 
| [[HumanResources.Employee_(table)|HumanResources.Employee]]
 
| [[HumanResources.Employee_(table)|HumanResources.Employee]]
 +
 +
|-
 +
| Data Type
 
| Table
 
| Table
 +
| [[Person.StateProvince_(table)|Person.StateProvince]]
 +
 +
|-
 
| Data Type
 
| Data Type
 +
| Table
 +
| [[Production.Product_(table)|Production.Product]]
 +
 
|-
 
|-
| [[Person.StateProvince_(table)|Person.StateProvince]]
+
| Data Type
 
| Table
 
| Table
 +
| [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]]
 +
 +
|-
 
| Data Type
 
| Data Type
|-
 
| [[Production.Product_(table)|Production.Product]]
 
 
| Table
 
| Table
| Data Type
+
| [[Purchasing.Vendor_(table)|Purchasing.Vendor]]
 +
 
 
|-
 
|-
| [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]]
 
| Table
 
 
| Data Type
 
| Data Type
|-
 
| [[Purchasing.Vendor_(table)|Purchasing.Vendor]]
 
 
| Table
 
| Table
| Data Type
 
|-
 
 
| [[Sales.SalesOrderHeader_(table)|Sales.SalesOrderHeader]]
 
| [[Sales.SalesOrderHeader_(table)|Sales.SalesOrderHeader]]
| Table
+
 
| Data Type
 
 
|}
 
|}

Latest revision as of 10:54, 27 August 2011

wikibot[edit]

type dbo.Flag

Source[edit]

CREATE TYPE dbo.Flag FROM bit NOT NULL

Dependencies[edit]

Reference Type Object Type Referencing Object
Data Type Table HumanResources.Employee
Data Type Table Person.StateProvince
Data Type Table Production.Product
Data Type Table Production.ProductProductPhoto
Data Type Table Purchasing.Vendor
Data Type Table Sales.SalesOrderHeader


automatically generated[edit]

type dbo.Flag
CREATE TYPE dbo.Flag FROM bit NOT NULL


Reference Type Object Type Referencing Object
Data Type Table HumanResources.Employee
Data Type Table Person.StateProvince
Data Type Table Production.Product
Data Type Table Production.ProductProductPhoto
Data Type Table Purchasing.Vendor
Data Type Table Sales.SalesOrderHeader