ConnectionManagerSqlMobileClass Класс

Определение

Представляет класс диспетчера соединений SQL Mobile.

public ref class ConnectionManagerSqlMobileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerSqlMobile, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerDatabaseParameters100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1FDE27EE-C329-412B-BE24-F31A93E40127")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerSqlMobileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("0C996862-7BCD-44B4-9AD8-8B8D964FFDA9")]
public class ConnectionManagerSqlMobileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("FE30E026-7285-415E-9A33-E4C98B91464E")]
public class ConnectionManagerSqlMobileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("1FDE27EE-C329-412B-BE24-F31A93E40127")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerSqlMobileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerSqlMobile
    interface IDTSConnectionManagerInit100
    interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("0C996862-7BCD-44B4-9AD8-8B8D964FFDA9")>]
type ConnectionManagerSqlMobileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerSqlMobile
    interface IDTSConnectionManagerInit100
    interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("FE30E026-7285-415E-9A33-E4C98B91464E")>]
type ConnectionManagerSqlMobileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerSqlMobile
    interface IDTSConnectionManagerInit100
    interface IDTSConnectionManagerDatabaseParameters100
Public Class ConnectionManagerSqlMobileClass
Implements ConnectionManagerSqlMobile, IDTSConnectionManagerDatabaseParameters100, IDTSConnectionManagerInit100
Наследование
ConnectionManagerSqlMobileClass
Атрибуты
Реализации

Комментарии

Дополнительные сведения см. в разделе ConnectionManager.

Конструкторы

ConnectionManagerSqlMobileClass()

Инициализирует новый экземпляр класса ConnectionManagerSqlMobileClass.

Свойства

ConnectionString

Возвращает или задает строку подключения, используемую для установления соединения с источником данных.

InitialCatalog

Возвращает или задает имя базы данных, связанной с подключением.

Password

Задает пароль для входа на соединение.

ProtectionLevel

Возвращает или задает уровень шифрования конфиденциальных данных, содержащихся в пакете.

RetainSameConnection

Возвращает или задает значение, которое указывает, сохраняет ли диспетчер то же соединение.

Scope

Возвращает или задает область для соединения.

ServerName

Возвращает или задает имя сервера.

SupportsDTCTransactions

Возвращает значение, указывающее, поддерживает ли соединение DTC-транзакции.

UserName

Возвращает или задает имя пользователя для соединения.

Методы

AcquireConnection(Object)

Создает экземпляр типа соединения.

GetConnectionForSchema()

Возвращает соединение для схемы.

InitializeConnectionManager(String, IDTSInfoEvents100, IDTSLogging100)

Инициализирует экземпляр диспетчера соединений.

ReleaseConnection(Object)

Освобождает соединение, установленное вызовом метода AcquireConnection(Object).

SetQualifier(String)

Изменяет квалификатор в диспетчере соединений после его создания, но до его использования в выполняющемся пакете.

Validate(IDTSInfoEvents100)

Проверяет соединение и возвращает перечисление, указывающее, пройдена ли проверка.

Применяется к