Disables the test partition
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub DisableTestPartition ( _
    tablesToDisable As List(Of String) _
)
public void DisableTestPartition(
    List<string> tablesToDisable
)
public:
void DisableTestPartition(
    List<String^>^ tablesToDisable
)
member DisableTestPartition : 
        tablesToDisable:List<string> -> unit
public function DisableTestPartition(
    tablesToDisable : List<String>
)
Parameters
- tablesToDisable 
 Type: System.Collections.Generic.List<String>- List of tables to disable it on. If null or empty, it will be disabled on all tables 
.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.