Compartir a través de


ISnapshotGenerationAgent.ReplicationType Propiedad

Gets or sets the type of publication.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ISnapshotGenerationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication