DictTable.Reloadsecurity 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.
Reloads the feature key system for the table.
public:
virtual void Reloadsecurity();
public virtual void Reloadsecurity ();
abstract member Reloadsecurity : unit -> unit
override this.Reloadsecurity : unit -> unit
Public Overridable Sub Reloadsecurity ()
Remarks
The following example reloads the feature key system for a table.
dt.reloadSecurity()