ScriptTask.ScriptingEngine 속성
Gets the VSTATaskScriptingEngine class.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ScriptTask
어셈블리: Microsoft.SqlServer.ScriptTask(Microsoft.SqlServer.ScriptTask.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ScriptingEngine As VSTATaskScriptingEngine
Get
‘사용 방법
Dim instance As ScriptTask
Dim value As VSTATaskScriptingEngine
value = instance.ScriptingEngine
[BrowsableAttribute(false)]
public VSTATaskScriptingEngine ScriptingEngine { get; }
[BrowsableAttribute(false)]
public:
property VSTATaskScriptingEngine^ ScriptingEngine {
VSTATaskScriptingEngine^ get ();
}
[<BrowsableAttribute(false)>]
member ScriptingEngine : VSTATaskScriptingEngine
function get ScriptingEngine () : VSTATaskScriptingEngine
속성 값
유형: Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine
The VSTATaskScriptingEngine class.