이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents a connection manager sql mobile class.
상속 계층
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobileClass
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("7B08666F-EA9E-4A62-81AD-1C223E6D964B")> _
Public Class ConnectionManagerSqlMobileClass _
Implements IDTSConnectionManager100, ConnectionManagerSqlMobile, IDTSConnectionManagerInit100, IDTSConnectionManagerDatabaseParameters100
‘사용 방법
Dim instance As ConnectionManagerSqlMobileClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("7B08666F-EA9E-4A62-81AD-1C223E6D964B")]
public class ConnectionManagerSqlMobileClass : IDTSConnectionManager100,
ConnectionManagerSqlMobile, IDTSConnectionManagerInit100, IDTSConnectionManagerDatabaseParameters100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"7B08666F-EA9E-4A62-81AD-1C223E6D964B")]
public ref class ConnectionManagerSqlMobileClass : IDTSConnectionManager100,
ConnectionManagerSqlMobile, IDTSConnectionManagerInit100, IDTSConnectionManagerDatabaseParameters100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("7B08666F-EA9E-4A62-81AD-1C223E6D964B")>]
type ConnectionManagerSqlMobileClass =
class
interface IDTSConnectionManager100
interface ConnectionManagerSqlMobile
interface IDTSConnectionManagerInit100
interface IDTSConnectionManagerDatabaseParameters100
end
public class ConnectionManagerSqlMobileClass implements IDTSConnectionManager100, ConnectionManagerSqlMobile, IDTSConnectionManagerInit100, IDTSConnectionManagerDatabaseParameters100
ConnectionManagerSqlMobileClass 유형에서 다음 멤버를 표시합니다.
생성자
| 이름 | 설명 | |
|---|---|---|
![]() |
ConnectionManagerSqlMobileClass | 인프라입니다. Initializes a new instance of the ConnectionManagerSqlMobileClass class. |
맨 위로 이동
속성
| 이름 | 설명 | |
|---|---|---|
![]() |
ConnectionString | 인프라입니다. Gets or sets the connection string used to establish a connection to a data source. |
![]() |
InitialCatalog | 인프라입니다. Gets or sets the name of the database associated with the connection. |
![]() |
Password | 인프라입니다. Sets the password used to log on to the connection. |
![]() |
ProtectionLevel | 인프라입니다. Gets or sets the level of encryption performed on sensitive data that is contained in the package. |
![]() |
RetainSameConnection | 인프라입니다. Gets or sets a value that indicates whether the connection manager retains the same connection. |
![]() |
Scope | 인프라입니다. Gets or sets the scope for the connection. |
![]() |
ServerName | 인프라입니다. Gets or sets the server name. |
![]() |
SupportsDTCTransactions | 인프라입니다. Gets a value that indicates whether the connection supports DTC transactions. |
![]() |
UserName | 인프라입니다. Gets or sets the username for the connection. |
맨 위로 이동
메서드
| 이름 | 설명 | |
|---|---|---|
![]() |
AcquireConnection | 인프라입니다. Creates an instance of the connection type. |
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetConnectionForSchema | 인프라입니다. Gets the connection for the schema. |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
InitializeConnectionManager | 인프라입니다. Initializes a connection manager instance. |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ReleaseConnection | 인프라입니다. Frees the connection established during AcquireConnection(Object). |
![]() |
SetQualifier | 인프라입니다. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. |
![]() |
ToString | (Object에서 상속됨) |
![]() |
Validate | 인프라입니다. Validates the connection and returns an enumeration that indicates success or failure. |
맨 위로 이동
주의
For more information, see ConnectionManager.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
.gif)
.gif)
.gif)