C# 클래스 FdoToolbox.Core.ETL.DefinitionLoader

Standalone task definition loader. Use this loader when using only the Core API. Do not use this loader in the context of the FDO Toolbox application.
상속: BaseDefinitionLoader
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

보호된 메소드들

메소드 설명
CreateConnection ( string provider, string connStr, string configPath, string &name ) : FdoConnection

Creates the connection.

Prepare ( FdoBulkCopyTaskDefinition def ) : NameValueCollection

Prepares the specified bulk copy definition (freshly deserialized) before the loading process begins

메소드 상세

CreateConnection() 보호된 메소드

Creates the connection.
protected CreateConnection ( string provider, string connStr, string configPath, string &name ) : FdoConnection
provider string The provider.
connStr string The conn STR.
configPath string The configuration path
name string The name that will be assigned to the connection.
리턴 FdoToolbox.Core.Feature.FdoConnection

Prepare() 보호된 메소드

Prepares the specified bulk copy definition (freshly deserialized) before the loading process begins
protected Prepare ( FdoBulkCopyTaskDefinition def ) : NameValueCollection
def FdoToolbox.Core.Configuration.FdoBulkCopyTaskDefinition The bulk copy definition.
리턴 System.Collections.Specialized.NameValueCollection