ConnectionInfo 클래스
Contains information about the connections available on the computer. This class cannot be inherited.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
Public NotInheritable Class ConnectionInfo _
Inherits DtsObject _
Implements IDTSName
‘사용 방법
Dim instance As ConnectionInfo
public sealed class ConnectionInfo : DtsObject,
IDTSName
public ref class ConnectionInfo sealed : public DtsObject,
IDTSName
[<SealedAttribute>]
type ConnectionInfo =
class
inherit DtsObject
interface IDTSName
end
public final class ConnectionInfo extends DtsObject implements IDTSName
주의
A connection is a communication link to a data source. Integration Services supports connections to data stored in a variety of OLE DB-compliant formats. For more information, see Adding Connections Programmatically.
상속 계층 구조
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..ConnectionInfo
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.