SyncSchemaTable.PrimaryKey 属性
获取或设置表的主键列。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
<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 命名空间