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
- isSqlAzure
Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<SqlBatch>
.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.