共用方式為


Column.InPrimaryKey 屬性

Gets the Boolean property value that specifies whether the column is included in the definition of a primary key or unique key constraint.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property InPrimaryKey As Boolean 
    Get
'用途
Dim instance As Column 
Dim value As Boolean 

value = instance.InPrimaryKey
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool InPrimaryKey { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool InPrimaryKey {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member InPrimaryKey : bool
function get InPrimaryKey () : boolean

屬性值

型別:System.Boolean
A Boolean value that specifies whether the column participates in a primary key or unique key column. If True, the column is part of a primary key or unique key constraint defined on the table. Otherwise, False (default).

範例

使用資料庫物件

請參閱

參考

Column 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE TABLE (Transact-SQL)

建立、改變和移除索引