Sdílet prostřednictvím


LightPublication.PublisherName Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the publisher.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public Property PublisherName As String 
    Get 
    Set
'Usage
Dim instance As LightPublication 
Dim value As String 

value = instance.PublisherName

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

Property Value

Type: System.String
The name of the publisher.

See Also

Reference

LightPublication Class

Microsoft.SqlServer.Replication Namespace