Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    ints As IEnumerable(Of Integer), _
    tableName As String _
)
public Int32Table(
    IEnumerable<int> ints,
    string tableName
)
public:
Int32Table(
    IEnumerable<int>^ ints, 
    String^ tableName
)
new : 
        ints:IEnumerable<int> * 
        tableName:string -> Int32Table
public function Int32Table(
    ints : IEnumerable<int>, 
    tableName : String
)
Parameters
- ints
 Type: System.Collections.Generic.IEnumerable<Int32>
- tableName
 Type: System.String
.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.