IDTSODBCHandles100 Interface

Definição

Define a interface nativa para a conexão ODBC. Uma referência a esta interface é retornada do método AcquireConnection(Object) quando o ConnectionManager é do tipo ODBC.

public interface class IDTSODBCHandles100
[System.Runtime.InteropServices.Guid("3CD7CEB2-9B1D-4AA2-B62C-6B8763457CD7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSODBCHandles100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("20EFECD1-5E6C-4E22-80C6-BD099C734F81")]
public interface IDTSODBCHandles100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("CCE39195-6D20-4822-8308-EF1087BCA5B4")]
public interface IDTSODBCHandles100
[<System.Runtime.InteropServices.Guid("3CD7CEB2-9B1D-4AA2-B62C-6B8763457CD7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSODBCHandles100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("20EFECD1-5E6C-4E22-80C6-BD099C734F81")>]
type IDTSODBCHandles100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("CCE39195-6D20-4822-8308-EF1087BCA5B4")>]
type IDTSODBCHandles100 = interface
Public Interface IDTSODBCHandles100
Derivado
Atributos

Propriedades

cstr

Retorna uma cadeia de caracteres que contém a cadeia de conexão concluída retornada pelo driver.

hdbc

Retorna um Inteiro que contém o identificador de conexão do banco de dados ODBC.

henv

Retorna um Inteiro que contém o identificador de ambiente ODBC.

Aplica-se a