Ninja Database Pro
Style Property (IIndex)



KellermanSoftware.NinjaDatabasePro Namespace > IIndex Interface : Style Property
The style of the index; unique or non-unique
Syntax
Property Style As IndexStyle
Dim instance As IIndex
Dim value As IndexStyle
 
instance.Style = value
 
value = instance.Style
IndexStyle Style {get; set;}
property IndexStyle Style {
   IndexStyle get();
   void set (    IndexStyle value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IIndex Interface
IIndex Members