ScriptStorage 屬性
Gets the [VSTAScriptProjectStorage].
命名空間: Microsoft.SqlServer.Dts.Tasks.ScriptTask
組件: Microsoft.SqlServer.ScriptTask (在 Microsoft.SqlServer.ScriptTask.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property ScriptStorage As VSTAScriptProjectStorage
Get
'用途
Dim instance As ScriptTask
Dim value As VSTAScriptProjectStorage
value = instance.ScriptStorage
[BrowsableAttribute(false)]
public VSTAScriptProjectStorage ScriptStorage { get; }
[BrowsableAttribute(false)]
public:
property VSTAScriptProjectStorage^ ScriptStorage {
VSTAScriptProjectStorage^ get ();
}
[<BrowsableAttribute(false)>]
member ScriptStorage : VSTAScriptProjectStorage
function get ScriptStorage () : VSTAScriptProjectStorage
屬性值
型別:VSTAScriptProjectStorage
The [VSTAScriptProjectStorage].