ScriptDependency Constructor (String)
Initializes a new instance of the ScriptDependency class based on a script dependency.
Namespace: Microsoft.PerformancePoint.Scorecards.Script
Assembly: Microsoft.PerformancePoint.Scorecards.Script (in Microsoft.PerformancePoint.Scorecards.Script.dll)
Syntax
'Declaration
Public Sub New ( _
scriptLocation As String _
)
'Usage
Dim scriptLocation As String
Dim instance As New ScriptDependency(scriptLocation)
public ScriptDependency(
string scriptLocation
)
Parameters
scriptLocation
Type: System.StringThe relative path of the script file, or the identifier of the script file when it is embedded as a resource in an assembly.