ChangeTableVersionTableReference.PrimaryKeyValues 属性

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.

请参阅

参考

ChangeTableVersionTableReference 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间