이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents a connection manager FTP class.
상속 계층
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFtpClass
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ConnectionManagerFtpClass _
Implements IDTSConnectionManager100, ConnectionManagerFtp, IDTSConnectionManagerFtp100
‘사용 방법
Dim instance As ConnectionManagerFtpClass
[GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ConnectionManagerFtpClass : IDTSConnectionManager100,
ConnectionManagerFtp, IDTSConnectionManagerFtp100
[GuidAttribute(L"DAC5012C-E817-4B42-941C-595046107A5C")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ConnectionManagerFtpClass : IDTSConnectionManager100,
ConnectionManagerFtp, IDTSConnectionManagerFtp100
[<GuidAttribute("DAC5012C-E817-4B42-941C-595046107A5C")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ConnectionManagerFtpClass =
class
interface IDTSConnectionManager100
interface ConnectionManagerFtp
interface IDTSConnectionManagerFtp100
end
public class ConnectionManagerFtpClass implements IDTSConnectionManager100, ConnectionManagerFtp, IDTSConnectionManagerFtp100
ConnectionManagerFtpClass 유형에서 다음 멤버를 표시합니다.
생성자
| 이름 | 설명 | |
|---|---|---|
![]() |
ConnectionManagerFtpClass | 인프라입니다. Initializes a new instance of the ConnectionManagerFtpClass class. |
맨 위로 이동
속성
| 이름 | 설명 | |
|---|---|---|
![]() |
ChunkSize | 인프라입니다. Gets or sets the minimum number of bytes to retrieve or send. |
![]() |
ConnectionString | 인프라입니다. Gets or sets the connection string used to establish a connection to a data source. |
![]() |
ProtectionLevel | 인프라입니다. Gets or sets the level of encryption performed on sensitive data that is contained in the package. |
![]() |
Retries | 인프라입니다. Gets or sets the number of times the task attempts an operation. |
![]() |
Scope | 인프라입니다. Gets or sets the scope of the connection. |
![]() |
ServerName | 인프라입니다. Gets or sets the name of the FTP server. |
![]() |
ServerPassword | 인프라입니다. Sets the password for the server specified in the server name. |
![]() |
ServerPort | 인프라입니다. Gets or sets the port number on the server. |
![]() |
ServerUserName | 인프라입니다. Gets or sets the logon alias of the user. |
![]() |
SupportsDTCTransactions | 인프라입니다. Gets a value that indicates whether the connection supports DTC transactions. |
![]() |
Timeout | 인프라입니다. Gets or sets a value that indicates how long to attempt the connection before timing out. |
![]() |
UsePassiveMode | 인프라입니다. Gets or sets a value that indicates whether the task sends and receives files in passive mode. |
맨 위로 이동
메서드
| 이름 | 설명 | |
|---|---|---|
![]() |
AcquireConnection | 인프라입니다. Creates an instance of the connection type. |
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ReleaseConnection | 인프라입니다. Releases the connection. |
![]() |
SetQualifier | 인프라입니다. Sets a qualifier on the connection manager. |
![]() |
ToString | (Object에서 상속됨) |
![]() |
Validate | Validates a configuration. |
맨 위로 이동
주의
For more information, see ConnectionManager.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
.gif)
.gif)
.gif)