DownloadGenerationsPerBatch propriété
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (dans Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Property DownloadGenerationsPerBatch As Short
Get
Set
'Utilisation
Dim instance As IMergeSynchronizationAgent
Dim value As Short
value = instance.DownloadGenerationsPerBatch
instance.DownloadGenerationsPerBatch = value
short DownloadGenerationsPerBatch { get; set; }
property short DownloadGenerationsPerBatch {
short get ();
void set (short value);
}
abstract DownloadGenerationsPerBatch : int16 with get, set
function get DownloadGenerationsPerBatch () : short
function set DownloadGenerationsPerBatch (value : short)
Valeur de la propriété
Type : System. . :: . .Int16