DetailType 속성
Gets or sets the type of detail step represented by the object.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo.dll의 Microsoft.SqlServer.Rmo
구문
‘선언
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)
주의
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.