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.
The name of the publication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Publication As String
Get
'Usage
Dim instance As AlternateSynchronizationPartner
Dim value As String
value = instance.Publication
public virtual string Publication { get; }
public:
virtual property String^ Publication {
String^ get ();
}
abstract Publication : string
override Publication : string
function get Publication () : String
Property Value
Type: System.String
A String value.
Implements
IAlternateSynchronizationPartner.Publication
Remarks
The Alternate Synchronization Partners feature for merge replication has been deprecated.