Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the column number that is associated with the ResultSet.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
public int ColumnNumber { get; set; }
public:
property int ColumnNumber {
int get();
void set(int value);
}
member ColumnNumber : int with get, set
Public Property ColumnNumber As Integer
Property Value
Type: System.Int32
See Also
ScalarValueCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace
Return to top