Compartilhar via


Propriedade do RDL ISnapshotGenerationAgent.ReplicationType

Gets or sets the type of publication.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
Property ReplicationType As ReplicationType 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ISnapshotGenerationAgent Interface

Namespace Microsoft.SqlServer.Replication