MergeSessionDetail.DetailType 属性

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

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Property DetailType As MergeSessionDetailType 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.Replication.MergeSessionDetailType
A MergeSessionDetailType value.

注释

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.

请参阅

参考

MergeSessionDetail 类

Microsoft.SqlServer.Replication 命名空间