다음을 통해 공유


SyncSchemaTable.PrimaryKey 속성

테이블의 기본 키 열을 가져오거나 설정합니다.

네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data

구문

‘선언
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property PrimaryKey As String()
‘사용 방법
Dim instance As SyncSchemaTable
Dim value As String()

value = instance.PrimaryKey

instance.PrimaryKey = value
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")] 
public string[] PrimaryKey { get; set; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays")] 
public:
property array<String^>^ PrimaryKey {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
/** @property */
public String[] get_PrimaryKey ()

/** @property */
public void set_PrimaryKey (String[] value)
public function get PrimaryKey () : String[]

public function set PrimaryKey (value : String[])

속성 값

테이블의 기본 키 열이 포함된 배열입니다.

참고 항목

참조

SyncSchemaTable 클래스
SyncSchemaTable 멤버
Microsoft.Synchronization.Data 네임스페이스