次の方法で共有


ReferencedTable プロパティ

外部キーによって参照される主キーを含むテーブルを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property ReferencedTable As String
    Get
    Set
'使用
Dim instance As ForeignKey
Dim value As String

value = instance.ReferencedTable

instance.ReferencedTable = value
[SfcPropertyAttribute]
public string ReferencedTable { get; set; }
[SfcPropertyAttribute]
public:
property String^ ReferencedTable {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member ReferencedTable : string with get, set
function get ReferencedTable () : String
function set ReferencedTable (value : String)

プロパティ値

型: System. . :: . .String
参照するテーブルを示す String 値。