WarehouseDataAccessComponent.SetTableStatus Method
Sets the status of a table.
This is used for Cube Processing. Cube objects mapped to tables flagged for update (or add) will be processed, those that are not flagged will be skipped.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Sub SetTableStatus ( _
tableName As String, _
status As WarehouseTableUpdateStatus _
)
public void SetTableStatus(
string tableName,
WarehouseTableUpdateStatus status
)
public:
void SetTableStatus(
String^ tableName,
WarehouseTableUpdateStatus status
)
member SetTableStatus :
tableName:string *
status:WarehouseTableUpdateStatus -> unit
public function SetTableStatus(
tableName : String,
status : WarehouseTableUpdateStatus
)
Parameters
tableName
Type: System.StringTable name excluding schema.
status
Type: Microsoft.TeamFoundation.Warehouse.WarehouseTableUpdateStatusStatus.
.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.