Gets or sets the values for primary key columns.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property PrimaryKeyValues As IList(Of ScalarExpression)
Get
'用途
Dim instance As ChangeTableVersionTableReference
Dim value As IList(Of ScalarExpression)
value = instance.PrimaryKeyValues
public IList<ScalarExpression> PrimaryKeyValues { get; }
public:
property IList<ScalarExpression^>^ PrimaryKeyValues {
IList<ScalarExpression^>^ get ();
}
member PrimaryKeyValues : IList<ScalarExpression>
function get PrimaryKeyValues () : IList<ScalarExpression>
屬性值
型別:System.Collections.Generic.IList<ScalarExpression>
The values for primary key columns.