C# Класс FdoToolbox.Core.Configuration.FdoBulkCopyTaskDefinition

Показать файл Открыть проект Примеры использования класса

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