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.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property Offset As Integer
Get
Set
'Usage
Dim instance As SqlCeParameter
Dim value As Integer
value = instance.Offset
instance.Offset = value
public int Offset { get; set; }
public:
property int Offset {
int get ();
void set (int value);
}
member Offset : int with get, set
function get Offset () : int
function set Offset (value : int)
Property Value
Type: System.Int32