Indicates the type that inherits DatabaseObject or implements IDatabaseObject.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public ItemInstanceAttribute(
	Type objType
)
Visual Basic
Public Sub New ( _
	objType As Type _
)
Visual C++
public:
ItemInstanceAttribute(
	Type^ objType
)

Parameters

objType
Type: System..::..Type

[Missing <param name="objType"/> documentation for "M:DatabaseObjects.ItemInstanceAttribute.#ctor(System.Type)"]

See Also