Initializes a new instance of the SQLDropIndex class

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public SQLDropIndex(
	string strIndexName,
	string strTableName
)
Visual Basic
Public Sub New ( _
	strIndexName As String, _
	strTableName As String _
)
Visual C++
public:
SQLDropIndex(
	String^ strIndexName, 
	String^ strTableName
)

Parameters

strIndexName
Type: System..::..String

[Missing <param name="strIndexName"/> documentation for "M:DatabaseObjects.SQL.SQLDropIndex.#ctor(System.String,System.String)"]

strTableName
Type: System..::..String

[Missing <param name="strTableName"/> documentation for "M:DatabaseObjects.SQL.SQLDropIndex.#ctor(System.String,System.String)"]

See Also