Поделиться через


Свойство ScriptOption.SchemaQualifyForeignKeysReferences

Gets an object value that specifies whether tables with no schema that are referenced by a foreign key are included in the generated script.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property SchemaQualifyForeignKeysReferences As ScriptOption 
    Get
'Применение
Dim value As ScriptOption 

value = ScriptOption.SchemaQualifyForeignKeysReferences
public static ScriptOption SchemaQualifyForeignKeysReferences { get; }
public:
static property ScriptOption^ SchemaQualifyForeignKeysReferences {
    ScriptOption^ get ();
}
static member SchemaQualifyForeignKeysReferences : ScriptOption
static function get SchemaQualifyForeignKeysReferences () : ScriptOption

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents the SchemaQualifyForeignKeysReferencesin the scripting options.

Примеры

Создание скриптов

См. также

Справочник

ScriptOption Класс

Пространство имен Microsoft.SqlServer.Management.Smo