Свойство SemanticTableReference.SourceKey

Gets the source key.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property SourceKey As ScalarExpression 
    Get 
    Set
'Применение
Dim instance As SemanticTableReference 
Dim value As ScalarExpression 

value = instance.SourceKey

instance.SourceKey = value
public ScalarExpression SourceKey { get; set; }
public:
property ScalarExpression^ SourceKey {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member SourceKey : ScalarExpression with get, set
function get SourceKey () : ScalarExpression 
function set SourceKey (value : ScalarExpression)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The source key.

См. также

Справочник

SemanticTableReference Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom