Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The FileTransferType property returns or sets how the snapshot file is transferred.
Wichtig: |
|---|
| Support has been dropped for creating subscriptions to Subscribers running SQL Server version 7.0 that are initialized using File Transfer Protocol (FTP). |
Syntax
object.FileTransferType [= value]
Hinweise
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
Value from the FILE_TRANSFER_TYPE (Replication ActiveX) enumeration. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Hinweise
The file transfer options are FTP and Universal Naming Convention (UNC) (network file copy).
Data Type
FILE_TRANSFER_TYPE (Replication ActiveX)
Modifiable
Read/write
Prototype (C/C++)
HRESULT FileTransferType(FILE_TRANSFER_TYPE pVal);
HRESULT FileTransferType(FILE_TRANSFER_TYPE* pVal);
Wichtig: