SqlScriptResourceComponent.ExecuteScripts Method (List<SqlScript>)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub ExecuteScripts ( _
scripts As List(Of SqlScript) _
)
public void ExecuteScripts(
List<SqlScript> scripts
)
public:
void ExecuteScripts(
List<SqlScript^>^ scripts
)
member ExecuteScripts :
scripts:List<SqlScript> -> unit
public function ExecuteScripts(
scripts : List<SqlScript>
)
Parameters
- scripts
Type: System.Collections.Generic.List<SqlScript>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.