Construtor Int32Table (IEnumerable<Int32>, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
ints As IEnumerable(Of Integer), _
tableName As String _
)
public Int32Table(
IEnumerable<int> ints,
string tableName
)
Parâmetros
- ints
Tipo: System.Collections.Generic.IEnumerable<Int32>
- tableName
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.