GetColumnIndex Method
Namespace: Microsoft.Data.Relational.Design.Table
Assembly: Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)
Syntax
'Declaration
Public Function GetColumnIndex ( _
strColName As String _
) As Integer
'Usage
Dim instance As TableDesignerOptions
Dim strColName As String
Dim returnValue As Integer
returnValue = instance.GetColumnIndex(strColName)
public int GetColumnIndex(
string strColName
)
public:
int GetColumnIndex(
String^ strColName
)
member GetColumnIndex :
strColName:string -> int
public function GetColumnIndex(
strColName : String
) : int
Parameters
- strColName
Type: System..::..String
Return Value
Type: System..::..Int32