Condividi tramite


Proprietà PublisherType

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public Property PublisherType As String
    Get
    Set
'Utilizzo
Dim instance As LightPublication
Dim value As String

value = instance.PublisherType

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

Valore proprietà

Tipo: System. . :: . .String