IDTSConnectionManagerCacheColumn100 Interface
This API supports the 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("D0077F28-0562-40D8-9AEF-9650598A5038")> _
Public Interface IDTSConnectionManagerCacheColumn100
'Usage
Dim instance As IDTSConnectionManagerCacheColumn100
[GuidAttribute("D0077F28-0562-40D8-9AEF-9650598A5038")]
public interface IDTSConnectionManagerCacheColumn100
[GuidAttribute(L"D0077F28-0562-40D8-9AEF-9650598A5038")]
public interface class IDTSConnectionManagerCacheColumn100
[<GuidAttribute("D0077F28-0562-40D8-9AEF-9650598A5038")>]
type IDTSConnectionManagerCacheColumn100 = interface end
public interface IDTSConnectionManagerCacheColumn100
The IDTSConnectionManagerCacheColumn100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
CodePage | Infrastructure. For more information, see ConnectionManager. | |
DataType | Infrastructure. For more information, see ConnectionManager. | |
IndexPosition | Infrastructure. For more information, see ConnectionManager. | |
Length | Infrastructure. For more information, see ConnectionManager. | |
Precision | Infrastructure. For more information, see ConnectionManager. | |
Scale | Infrastructure. For more information, see ConnectionManager. |
Top