Compartir a través de


MergeSessionDetail.DetailType Propiedad

Gets or sets the type of detail step represented by the object.

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

Sintaxis

'Declaración
Public Property DetailType As MergeSessionDetailType 
    Get 
    Set
'Uso
Dim instance As MergeSessionDetail 
Dim value As MergeSessionDetailType 

value = instance.DetailType

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Replication.MergeSessionDetailType
A MergeSessionDetailType value.

Comentarios

This property can be retrieved or set by any user.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Vea también

Referencia

MergeSessionDetail Clase

Espacio de nombres Microsoft.SqlServer.Replication