Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.