Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the values for primary key columns.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property PrimaryKeyValues As IList(Of ScalarExpression)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<ScalarExpression>
The values for primary key columns.