Compartir a través de


ISnapshotGenerationAgent.Publisher Propiedad

Gets or sets the name of the instance of SQL Server that is the Publisher.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Property Publisher As String 
    Get 
    Set
'Uso
Dim instance As ISnapshotGenerationAgent 
Dim value As String 

value = instance.Publisher

instance.Publisher = value
string Publisher { get; set; }
property String^ Publisher {
    String^ get ();
    void set (String^ value);
}
abstract Publisher : string with get, set
function get Publisher () : String 
function set Publisher (value : String)

Valor de la propiedad

Tipo: System.String
The name of the instance of SQL Server that is the Publisher.

Vea también

Referencia

ISnapshotGenerationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication