Gets or sets the fill factor option.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public int FillFactor { get; set; } |
Visual Basic (Declaration) |
---|
Public Property FillFactor As Integer |
Visual C++ |
---|
public: property int FillFactor { int get (); void set (int value); } |