ScalarValueCondition.ColumnNumber Property
Gets or sets the column number that is associated with the ResultSet.
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Property ColumnNumber As Integer
public int ColumnNumber { get; set; }
public:
property int ColumnNumber {
int get ();
void set (int value);
}
member ColumnNumber : int with get, set
function get ColumnNumber () : int
function set ColumnNumber (value : int)
Property Value
Type: System.Int32
.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.