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 primary key column names.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property PrimaryKeyColumns As IList(Of Identifier)
Get
'Usage
Dim instance As ChangeTableVersionTableReference
Dim value As IList(Of Identifier)
value = instance.PrimaryKeyColumns
public IList<Identifier> PrimaryKeyColumns { get; }
public:
property IList<Identifier^>^ PrimaryKeyColumns {
IList<Identifier^>^ get ();
}
member PrimaryKeyColumns : IList<Identifier>
function get PrimaryKeyColumns () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
The primary key column names.