IScriptingOptions.ScriptDependentObjects 속성

Gets a value indicating whether a script is generated for the additional objects that are required when the script for the selected object is executed.

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

구문

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

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

속성 값

유형: System.Boolean
true if a script is generated for the additional objects; otherwise, false.

참고 항목

참조

IScriptingOptions 인터페이스

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