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 a DbParameter object for the session variable where the error occurred.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property Parameter As DbParameter
Get
Set
'Usage
Dim instance As SessionVariableException
Dim value As DbParameter
value = instance.Parameter
instance.Parameter = value
public DbParameter Parameter { get; set; }
public:
property DbParameter^ Parameter {
DbParameter^ get ();
void set (DbParameter^ value);
}
member Parameter : DbParameter with get, set
function get Parameter () : DbParameter
function set Parameter (value : DbParameter)
Property Value
Type: System.Data.Common.DbParameter
A DbParameter object for the session variable where the error occurred.