public static JetSetSystemParameter ( JET_INSTANCE instance, JET_SESID sesid, JET_param paramid, JET_CALLBACK paramValue, string paramString ) : JET_wrn | ||
instance | JET_INSTANCE |
/// The instance to set the option on or |
sesid | JET_SESID | The session to use. |
paramid | JET_param | The parameter to set. |
paramValue | JET_CALLBACK | The value of the parameter to set, if the parameter is an integer type. |
paramString | string | The value of the parameter to set, if the parameter is a string type. |
return | JET_wrn |