ISqlFile.FileGrowth Property

Gets or sets the file growth value.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property FileGrowth As Integer
    Get
    Set
'Usage
Dim instance As ISqlFile
Dim value As Integer

value = instance.FileGrowth

instance.FileGrowth = value
int FileGrowth { get; set; }
property int FileGrowth {
    int get ();
    void set (int value);
}
function get FileGrowth () : int
function set FileGrowth (value : int)
abstract FileGrowth : int with get, set

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISqlFile Interface

ISqlFile Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace