ChangeTableVersionTableReference.PrimaryKeyColumns Property
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.