다음을 통해 공유


ConnectionInfo 멤버

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

ConnectionInfo 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 ConnectionContact Represents a writer-defined String. This value is read-only.
공용 속성 ConnectionType Returns the name of the connection manager used to create the connection. This value is read-only.
공용 속성 CreationName Returns the string that is used to create an instance of the ConnectionInfo object. This property is read-only.
공용 속성 Description Gets or sets a description for a connection.
공용 속성 FileName Returns the name of the file that is the data source for the connection. This value is read-only.
공용 속성 FileNameVersionString Returns a String that contains the version number of the file. This value is read-only.
공용 속성 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.
공용 속성 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.
공용 속성 ID Represents the GUID assigned to the connection. This value is read-only.
공용 속성 Name Gets or sets the name of the connection.
공용 속성 UITypeName Returns the name of the connection type that is shown in the graphical user interface. This value is read-only.

맨 위로 이동