Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: VSTAScriptProjectStorage
The [VSTAScriptProjectStorage] for the script.