IScriptingOptions.SchemaQualifyForeignKeys 속성

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

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property SchemaQualifyForeignKeys As Boolean 
    Get
‘사용 방법
Dim instance As IScriptingOptions 
Dim value As Boolean 

value = instance.SchemaQualifyForeignKeys
bool SchemaQualifyForeignKeys { get; }
property bool SchemaQualifyForeignKeys {
    bool get ();
}
abstract SchemaQualifyForeignKeys : bool
function get SchemaQualifyForeignKeys () : boolean

속성 값

유형: System.Boolean
true if an object that is referenced by a foreign key is included in the generated script; otherwise, false.

참고 항목

참조

IScriptingOptions 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration 네임스페이스