ISnapshotGenerationAgent.ReplicationType Property

Gets or sets the type of publication.

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

Syntax

'Declaration
Property ReplicationType As ReplicationType 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

ISnapshotGenerationAgent Interface

Microsoft.SqlServer.Replication Namespace