Sets the extended properties.

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

Syntax

C#
void SetExtendedProperties(
	string connectionString,
	SchemaObjectBase schemaObject
)
Visual Basic
Sub SetExtendedProperties ( 
	connectionString As String,
	schemaObject As SchemaObjectBase
)

Parameters

connectionString
Type: System..::..String
The connection string used to connect to the target database.
schemaObject
Type: SchemaExplorer..::..SchemaObjectBase
Any type that derives from SchemaObjectBase. (E.G. DatabaseSchema, TableSchema, ColumnSchema, ViewSchema, ViewColumnSchema, IndexSchema, CommandSchema, ParameterSchema, PrimaryKeySchema, TableKeySchema)

See Also