ConnectionInfo Members

Contains information about the connections available on the computer. This class cannot be inherited.

The following tables list the members exposed by the ConnectionInfo type.

Public Properties

  Name Description
ms211935.pubproperty(en-US,SQL.90).gif ConnectionContact Represents a writer-defined String. This value is read-only.
ms211935.pubproperty(en-US,SQL.90).gif ConnectionType Returns the name of the connection manager used to create the connection. This value is read-only.
ms211935.pubproperty(en-US,SQL.90).gif CreationName Returns the string that is used to create an instance of the ConnectionInfo object. This property is read-only.
ms211935.pubproperty(en-US,SQL.90).gif Description Gets or sets a description for a connection.
ms211935.pubproperty(en-US,SQL.90).gif FileName Returns the name of the file that is the data source for the connection. This value is read-only.
ms211935.pubproperty(en-US,SQL.90).gif FileNameVersionString Returns a String that contains the version number of the file. This value is read-only.
ms211935.pubproperty(en-US,SQL.90).gif IconFile 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.
ms211935.pubproperty(en-US,SQL.90).gif IconResource 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.
ms211935.pubproperty(en-US,SQL.90).gif ID Represents the GUID assigned to the connection. This value is read-only.
ms211935.pubproperty(en-US,SQL.90).gif Name Gets or sets the name of the connection.
ms211935.pubproperty(en-US,SQL.90).gif UITypeName Returns the name of the connection type that is shown in the graphical user interface. This value is read-only.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms211935.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms211935.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms211935.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms211935.pubmethod(en-US,SQL.90).gifms211935.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms211935.pubmethod(en-US,SQL.90).gifms211935.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms211935.pubmethod(en-US,SQL.90).gifms211935.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms211935.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms211935.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms211935.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

ConnectionInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace