Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.