Partager via


Propriété ISnapshotGenerationAgent.ReplicationType

Gets or sets the type of publication.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property ReplicationType As ReplicationType 
    Get 
    Set
'Utilisation
Dim instance As ISnapshotGenerationAgent 
Dim value As ReplicationType 

value = instance.ReplicationType

instance.ReplicationType = value
ReplicationType ReplicationType { get; set; }
property ReplicationType ReplicationType {
    ReplicationType get ();
    void set (ReplicationType value);
}
abstract ReplicationType : ReplicationType with get, set
function get ReplicationType () : ReplicationType 
function set ReplicationType (value : ReplicationType)

Valeur de propriété

Type : Microsoft.SqlServer.Replication.ReplicationType
The type of the publication.

Voir aussi

Référence

ISnapshotGenerationAgent Interface

Espace de noms Microsoft.SqlServer.Replication