Compartir a través de


Type Propiedad

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

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

Sintaxis

'Declaración
Public Property Type As PublicationType
    Get
    Set
'Uso
Dim instance As PullSubscription
Dim value As PublicationType

value = instance.Type

instance.Type = value
public PublicationType Type { get; set; }
public:
property PublicationType Type {
    PublicationType get ();
    void set (PublicationType value);
}
member Type : PublicationType with get, set
function get Type () : PublicationType
function set Type (value : PublicationType)