Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SessionVariableException Class
SessionVariableException Members
Microsoft.Synchronization.Data Namespace