IScriptingOptions.ScriptOwner 속성

Gets a value indicating whether the owner of the script is included.

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

구문

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

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

속성 값

유형: System.Boolean
Returns Boolean.

참고 항목

참조

IScriptingOptions 인터페이스

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