ScriptTask.ScriptStorage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the VSTAScriptProjectStorage for the script.
public:
property Microsoft::SqlServer::VSTAHosting::VSTAScriptProjectStorage ^ ScriptStorage { Microsoft::SqlServer::VSTAHosting::VSTAScriptProjectStorage ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage ScriptStorage { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ScriptStorage : Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage
Public ReadOnly Property ScriptStorage As VSTAScriptProjectStorage
Property Value
The VSTAScriptProjectStorage for the script.
- Attributes