Initializes a new instance of the SchemaObjectWithOwnerBase class

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public SchemaObjectWithOwnerBase(
	DatabaseSchema database,
	string name,
	string owner,
	DateTime dateCreated,
	ExtendedProperty[] extendedProperties
)
Visual Basic
Public Sub New ( 
	database As DatabaseSchema,
	name As String,
	owner As String,
	dateCreated As DateTime,
	extendedProperties As ExtendedProperty()
)

Parameters

database
Type: SchemaExplorer..::..DatabaseSchema
name
Type: System..::..String
owner
Type: System..::..String
dateCreated
Type: System..::..DateTime
extendedProperties
Type: array<SchemaExplorer..::..ExtendedProperty>[]()[][]

See Also