Condividi tramite


Proprietà MergeSessionDetail.DetailType

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

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

Sintassi

'Dichiarazione
Public Property DetailType As MergeSessionDetailType 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

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.

Vedere anche

Riferimento

MergeSessionDetail Classe

Spazio dei nomi Microsoft.SqlServer.Replication