Proprietà FileTransferType
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Property FileTransferType As FileTransferOption
Get
Set
'Utilizzo
Dim instance As IMergeSynchronizationAgent
Dim value As FileTransferOption
value = instance.FileTransferType
instance.FileTransferType = value
FileTransferOption FileTransferType { get; set; }
property FileTransferOption FileTransferType {
FileTransferOption get ();
void set (FileTransferOption value);
}
abstract FileTransferType : FileTransferOption with get, set
function get FileTransferType () : FileTransferOption
function set FileTransferType (value : FileTransferOption)
Valore proprietà
Tipo: Microsoft.SqlServer.Replication. . :: . .FileTransferOption
Vedere anche