동기화 어댑터에 대한 설명을 가져오거나 설정합니다.
네임스페이스: Microsoft.Synchronization.Data.Server
어셈블리: microsoft.synchronization.data.server.dll의 Microsoft.Synchronization.Data.Server
구문
‘선언
Public Property Description As String
‘사용 방법
Dim instance As SyncAdapter
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Description ()
/** @property */
public void set_Description (String value)
public function get Description () : String
public function set Description (value : String)
속성 값
동기화 어댑터에 대한 설명입니다.
참고 항목
참조
SyncAdapter 클래스
SyncAdapter 멤버
Microsoft.Synchronization.Data.Server 네임스페이스