IScribeConnectorMetadata Properties

The IScribeConnectorMetadata type exposes the following members.

Properties

  Name Description
Public property

ConnectionUITypeName

This property will return the connection UI type name. This MUST be set to 'ScribeOnline.GenericConnectionUI' if Scribe.Core.ConnectorApi.ConnectionUI is being utilized by the Connector.

Public property

ConnectionUIVersion

This property will return the connection UI version.

Public property

ConnectorType

System type of Connector class.

Public property

ConnectorTypeId

GUID that identifies the Connector.

Public property

ConnectorVersion

This property will get/set the Connector version.

Public property

Description

Simple Connector description.

Public property

Name

Common Connector name.

Public property

SettingsUITypeName

This property will return the settings UI type name. This may be set to Empty if Scribe.Core.ConnectorApi.ConnectionUI is being utilized by the Connector.

Public property

SettingsUIVersion

This property will return the settings UI version.

Public property

SupportedSolutionRoles

This property contains a list of the Solution roles that the Connector supports. One or more of the following roles that may be defined: Scribe.RS.Source for a Replication Services source Connector. Scribe.RS.Target for a Replication Services target Connector. Scribe.IS2.Source for an Integration Services source Connector. Scribe.IS2.Target for an Integration Services target Connector. Scribe.MS2.Source for a Migration Services source Connector. Scribe.MS2.Target for a Migration Services target Connector.

Public property

SupportsCloud

This property will get/set whether the Connector supports usage in the cloud.

See

IScribeConnectorMetadata Interface

Scribe.Core.ConnectorApi Namespace