Udostępnij za pośrednictwem


Właściwość ForeignKey.ScriptReferencedTableSchema

Pobiera lub ustawia Boolean odwołuje się wartość, która określa, czy skrypt schematu 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 ScriptReferencedTableSchema As String
    Get
    Set
'Użycie
Dim instance As ForeignKey
Dim value As String

value = instance.ScriptReferencedTableSchema

instance.ScriptReferencedTableSchema = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string ScriptReferencedTableSchema { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ ScriptReferencedTableSchema {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member ScriptReferencedTableSchema : string with get, set
function get ScriptReferencedTableSchema () : String
function set ScriptReferencedTableSchema (value : String)

Wartość właściwości

Typ: System.String
A Boolean odwołuje się wartość, która określa, czy skrypt schematu tabela klucz obcy.
Jeśli True, schematu tabela, do której odwołuje się klucz obcy jest uwzględniane w operacje ze wykonywanie skryptów.
Jeśli ma wartość FAŁSZ (domyślnie), nie jest podejmowana próba obejmują schematu tabela odwołuje się klucz obcy w operacje ze wykonywanie skryptów.