Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 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("758D51E6-FAD3-422A-AFF7-221F2EAC0840")> _
Public Interface IDTSConnectionInfo100
'Usage
Dim instance As IDTSConnectionInfo100
[GuidAttribute("758D51E6-FAD3-422A-AFF7-221F2EAC0840")]
public interface IDTSConnectionInfo100
[GuidAttribute(L"758D51E6-FAD3-422A-AFF7-221F2EAC0840")]
public interface class IDTSConnectionInfo100
[<GuidAttribute("758D51E6-FAD3-422A-AFF7-221F2EAC0840")>]
type IDTSConnectionInfo100 = interface end
public interface IDTSConnectionInfo100
The IDTSConnectionInfo100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ConnectionContact | Infrastructure. For more information, see ConnectionInfo. |
![]() |
ConnectionType | Infrastructure. For more information, see ConnectionInfo. |
![]() |
FileName | Infrastructure. For more information, see ConnectionInfo. |
![]() |
FileNameVersionString | Infrastructure. For more information, see ConnectionInfo. |
![]() |
IconFile | Infrastructure. For more information, see ConnectionInfo. |
![]() |
IconResource | Infrastructure. For more information, see ConnectionInfo. |
![]() |
UITypeName | Infrastructure. For more information, see ConnectionInfo. |
Top