Share via


SqlScript.GetBatches Method

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

Syntax

'Declaration
Public Function GetBatches ( _
    isSqlAzure As Boolean _
) As List(Of SqlBatch)
public List<SqlBatch> GetBatches(
    bool isSqlAzure
)
public:
List<SqlBatch^>^ GetBatches(
    bool isSqlAzure
)
member GetBatches : 
        isSqlAzure:bool -> List<SqlBatch> 
public function GetBatches(
    isSqlAzure : boolean
) : List<SqlBatch>

Parameters

Return Value

Type: System.Collections.Generic.List<SqlBatch>

.NET Framework Security

See Also

Reference

SqlScript Class

Microsoft.TeamFoundation.Framework.Server Namespace