SqlScript Constructor (String, Stream)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    body As Stream _
)
public SqlScript(
    string name,
    Stream body
)
public:
SqlScript(
    String^ name, 
    Stream^ body
)
new : 
        name:string * 
        body:Stream -> SqlScript
public function SqlScript(
    name : String, 
    body : Stream
)

Parameters

.NET Framework Security

See Also

Reference

SqlScript Class

SqlScript Overload

Microsoft.TeamFoundation.Framework.Server Namespace