Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the [VSTAScriptProjectStorage] for the script.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ScriptStorage As VSTAScriptProjectStorage
Get
'Usage
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
Property Value
Type: VSTAScriptProjectStorage
The [VSTAScriptProjectStorage] for the script.