Compartilhar via


Propriedade do RDL ISnapshotGenerationAgent.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 ISnapshotGenerationAgent 
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
The name of the publication.

Consulte também

Referência

ISnapshotGenerationAgent Interface

Namespace Microsoft.SqlServer.Replication