XDSServices.flushXDSMyConstructs(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flushes the MyConstruct table that is used with XDS.
public:
virtual int flushXDSMyConstructs(int _reserved, System::String ^ _tablename);
public virtual int flushXDSMyConstructs (int _reserved, string _tablename);
abstract member flushXDSMyConstructs : int * string -> int
override this.flushXDSMyConstructs : int * string -> int
Public Overridable Function flushXDSMyConstructs (_reserved As Integer, _tablename As String) As Integer
Parameters
- _reserved
- Int32
The name of the MyConstruct table to flush. It no value is passed in, or if an empty string is passed in, all MyConstruct tables are flushed.
- _tablename
- String
The name of the MyConstruct table to flush. It no value is passed in, or if an empty string is passed in, all MyConstruct tables are flushed.