IDTSConnectionInfo100 Interface

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

For more information, see ConnectionInfo.

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

Syntax

'Declaration
<GuidAttribute("BE88CD72-EAEC-4C49-945A-3866F35B5C1C")> _
Public Interface IDTSConnectionInfo100
'Usage
Dim instance As IDTSConnectionInfo100
[GuidAttribute("BE88CD72-EAEC-4C49-945A-3866F35B5C1C")]
public interface IDTSConnectionInfo100
[GuidAttribute(L"BE88CD72-EAEC-4C49-945A-3866F35B5C1C")]
public interface class IDTSConnectionInfo100
[<GuidAttribute("BE88CD72-EAEC-4C49-945A-3866F35B5C1C")>]
type IDTSConnectionInfo100 =  interface end
public interface IDTSConnectionInfo100

The IDTSConnectionInfo100 type exposes the following members.

Properties

  Name Description
Public property ConnectionContact Infrastructure. For more information, see ConnectionInfo.
Public property ConnectionType Infrastructure. For more information, see ConnectionInfo.
Public property FileName Infrastructure. For more information, see ConnectionInfo.
Public property FileNameVersionString Infrastructure. For more information, see ConnectionInfo.
Public property IconFile Infrastructure. For more information, see ConnectionInfo.
Public property IconResource Infrastructure. For more information, see ConnectionInfo.
Public property UITypeName Infrastructure. For more information, see ConnectionInfo.

Top