Właściwość ForeignKey.ScriptReferencedTable
Pobiera lub ustawia Boolean odwołuje się wartość, która określa, czy skrypt w tabela klucz obcy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property ScriptReferencedTable As String
Get
Set
'Użycie
Dim instance As ForeignKey
Dim value As String
value = instance.ScriptReferencedTable
instance.ScriptReferencedTable = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string ScriptReferencedTable { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ ScriptReferencedTable {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member ScriptReferencedTable : string with get, set
function get ScriptReferencedTable () : String
function set ScriptReferencedTable (value : String)
Wartość właściwości
Typ: System.String
A Boolean odwołuje się wartość, która określa, czy skrypt w tabela klucz obcy.
Jeśli True, tabela, do której odwołuje się klucz obcy jest wliczana operacje ze wykonywanie skryptów.
Jeśli ma wartość FAŁSZ (domyślnie), nie jest podejmowana próba uwzględnić tabela odwołuje się klucz obcy w operacje ze wykonywanie skryptów.
Zobacz także