Propriedade do RDL IMergeSynchronizationAgent.Publication
Gets or sets the name of the publication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Property Publication As String
Get
Set
'Uso
Dim instance As IMergeSynchronizationAgent
Dim value As String
value = instance.Publication
instance.Publication = value
string Publication { get; set; }
property String^ Publication {
String^ get ();
void set (String^ value);
}
abstract Publication : string with get, set
function get Publication () : String
function set Publication (value : String)
Valor da propriedade
Tipo: System.String
A String value that represents the name of the publication.