DBCOLUMNINFO Struct

Definition

Caution

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

A Structure that contains data that is used internally by an application that has been upgraded from Visual Basic 6.0.

This API supports the product infrastructure and is not intended to be used directly from your code.

public value class DBCOLUMNINFO
[System.Runtime.InteropServices.ComVisible(false)]
public struct DBCOLUMNINFO
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public struct DBCOLUMNINFO
[<System.Runtime.InteropServices.ComVisible(false)>]
type DBCOLUMNINFO = struct
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type DBCOLUMNINFO = struct
Public Structure DBCOLUMNINFO
Inheritance
DBCOLUMNINFO
Attributes

Remarks

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Fields

columnFlags

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBCOLUMNINFO structure.

columnId

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBCOLUMNINFO structure.

columnOrdinal

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBCOLUMNINFO structure.

columnSize

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBCOLUMNINFO structure.

columnType

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBCOLUMNINFO structure.

name

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBCOLUMNINFO structure.

precision

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBCOLUMNINFO structure.

scale

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBCOLUMNINFO structure.

typeInfo

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBCOLUMNINFO structure.

Applies to