テーブル内の一致するキーのコレクションを取得または設定します。
名前空間: 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
テーブル内の一致するキーのコレクションです。