This will drop the tables in the list. It will also drop any tables that are dependent on any of these.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.2.0.0 (11.2.0.1)

Collapse imageSyntax

         
 C#  Visual Basic  Visual C++ 
void DropTables(
	params string[] tables
)
Sub DropTables ( _
	ParamArray tables As String() _
)
void DropTables(
	... array<String^>^ tables
)

Parameters

tables
array<String>[]()[][]

Collapse imageSee Also