共用方式為


ReferencedKey 屬性

Gets the primary key referenced by the foreign key.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property ReferencedKey As String
    Get
'用途
Dim instance As ForeignKey
Dim value As String

value = instance.ReferencedKey
[SfcPropertyAttribute]
public string ReferencedKey { get; }
[SfcPropertyAttribute]
public:
property String^ ReferencedKey {
    String^ get ();
}
[<SfcPropertyAttribute>]
member ReferencedKey : string
function get ReferencedKey () : String

屬性值

型別:System. . :: . .String
A String value that specifies the primary key referenced by the foreign key.