Свойство ReferencedColumn
Gets or sets the referenced column.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property ReferencedColumn As String
Get
Set
'Применение
Dim instance As ForeignKeyColumn
Dim value As String
value = instance.ReferencedColumn
instance.ReferencedColumn = value
[SfcPropertyAttribute]
public string ReferencedColumn { get; set; }
[SfcPropertyAttribute]
public:
property String^ ReferencedColumn {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member ReferencedColumn : string with get, set
function get ReferencedColumn () : String
function set ReferencedColumn (value : String)
Значение свойства
Тип System. . :: . .String
A String value that specifies the referenced column.