다음을 통해 공유


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 네임스페이스