PublisherType Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public Property PublisherType As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String
Vea también