IDTSConnectionInfo100 Interface

 

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

Contains information about the connections available on the computer.

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

[GuidAttribute("9CC8D06E-6B67-4892-98F1-BE661875C48B")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSConnectionInfo100

NameDescription
System_CAPS_pubpropertyConnectionContact

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

Represents a writer-defined String. This value is read-only.

System_CAPS_pubpropertyConnectionType

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

Returns the name of the connection manager used to create the connection. This value is read-only.

System_CAPS_pubpropertyFileName

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

Returns the name of the file that is the data source for the connection. This value is read-only.

System_CAPS_pubpropertyFileNameVersionString

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

Returns a String that contains the version number of the file. This value is read-only.

System_CAPS_pubpropertyIconFile

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

Represents the name of the resource file that contains the icon to use when representing this connection type in the graphical user interface. This value is read-only.

System_CAPS_pubpropertyIconResource

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

Returns the name of the .resource file or the .resx file that contains the icon to use when representing this connection type in the graphical user interface. This value is read-only.

System_CAPS_pubpropertyUITypeName

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

Returns the name of the connection type that is shown in the graphical user interface. This value is read-only.

For more information, see ConnectionInfo.

Return to top
Show: