共用方式為


SemanticTableReference.MatchedKey 屬性

Gets or sets the collection of matched keys in the table.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property MatchedKey As ScalarExpression 
    Get 
    Set
'用途
Dim instance As SemanticTableReference 
Dim value As ScalarExpression 

value = instance.MatchedKey

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

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The collection of matched keys in the table.

請參閱

參考

SemanticTableReference 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間