Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.