C# 클래스 FdoToolbox.Core.Configuration.FdoBulkCopyTaskDefinition

파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsConnectionDefined ( string name ) : bool

Determines whether [is connection defined] [the specified name].

UpdateConnectionReferences ( string oldName, string newName ) : void

Symbolically updates all named references to a connection with the new connection name.

메소드 상세

IsConnectionDefined() 공개 메소드

Determines whether [is connection defined] [the specified name].
public IsConnectionDefined ( string name ) : bool
name string The name.
리턴 bool

UpdateConnectionReferences() 공개 메소드

Symbolically updates all named references to a connection with the new connection name.
public UpdateConnectionReferences ( string oldName, string newName ) : void
oldName string The old name.
newName string The new name.
리턴 void