Share via


IDTSConnectionManagerCacheColumn100 Interface

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

For more information, see ConnectionManager.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("6100259D-1EEC-4B55-87C1-F80B05490856")> _
Public Interface IDTSConnectionManagerCacheColumn100
'Usage
Dim instance As IDTSConnectionManagerCacheColumn100
[GuidAttribute("6100259D-1EEC-4B55-87C1-F80B05490856")]
public interface IDTSConnectionManagerCacheColumn100
[GuidAttribute(L"6100259D-1EEC-4B55-87C1-F80B05490856")]
public interface class IDTSConnectionManagerCacheColumn100
[<GuidAttribute("6100259D-1EEC-4B55-87C1-F80B05490856")>]
type IDTSConnectionManagerCacheColumn100 =  interface end
public interface IDTSConnectionManagerCacheColumn100

The IDTSConnectionManagerCacheColumn100 type exposes the following members.

Properties

  Name Description
Public property CodePage Infrastructure. For more information, see ConnectionManager.
Public property DataType Infrastructure. For more information, see ConnectionManager.
Public property IndexPosition Infrastructure. For more information, see ConnectionManager.
Public property Length Infrastructure. For more information, see ConnectionManager.
Public property Precision Infrastructure. For more information, see ConnectionManager.
Public property Scale Infrastructure. For more information, see ConnectionManager.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace