IDTSConnectionManagerCacheColumns100 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("38B9FFBC-F5EC-4222-8172-1AC3280FF6B6")> _
Public Interface IDTSConnectionManagerCacheColumns100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSConnectionManagerCacheColumns100
[GuidAttribute("38B9FFBC-F5EC-4222-8172-1AC3280FF6B6")]
public interface IDTSConnectionManagerCacheColumns100 : IEnumerable
[GuidAttribute(L"38B9FFBC-F5EC-4222-8172-1AC3280FF6B6")]
public interface class IDTSConnectionManagerCacheColumns100 : IEnumerable
[<GuidAttribute("38B9FFBC-F5EC-4222-8172-1AC3280FF6B6")>]
type IDTSConnectionManagerCacheColumns100 =
interface
interface IEnumerable
end
public interface IDTSConnectionManagerCacheColumns100 extends IEnumerable
The IDTSConnectionManagerCacheColumns100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. For more information, see ConnectionManager. | |
Item | Infrastructure. For more information, see ConnectionManager. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. For more information, see ConnectionManager. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see ConnectionManager. | |
Remove | Infrastructure. For more information, see ConnectionManager. |
Top