Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'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);
}
/** @property */
public DbParameter get_Parameter ()
/** @property */
public void set_Parameter (DbParameter value)
public function get Parameter () : DbParameter
public function set Parameter (value : DbParameter)
Property Value
A DbParameter object for the session variable where the error occurred.
See Also
Reference
SessionVariableException Class
SessionVariableException Members
Microsoft.Synchronization.Data Namespace