Ninja Database Pro
Style Property (BaseSingleIndex<T,TIndex>)



KellermanSoftware.NinjaDatabasePro Namespace > BaseSingleIndex<T,TIndex> Class : Style Property
The style of the index; unique or non-unique
Syntax
Public Overridable Property Style As IndexStyle
Dim instance As BaseSingleIndex(Of T,TIndex)
Dim value As IndexStyle
 
instance.Style = value
 
value = instance.Style
public virtual IndexStyle Style {get; set;}
public:
virtual 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

BaseSingleIndex<T,TIndex> Class
BaseSingleIndex<T,TIndex> Members