This topic has not yet been rated - Rate this topic

DataFile.Growth Property

Gets or sets the growth increment for the data file in KB or percent.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public double Growth { get; set; }

Property Value

Type: System.Double
A Float64 value that specifies the growth increment in KB or in percent.

The value returned is in KB or in percent depending on the GrowthType property value of the DataFile object.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.