Свойство 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.