Share via


ISqlFile.MaxSizeUnit Property

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

Syntax

'Declaration
Property MaxSizeUnit As SqlMemoryUnit
'Usage
Dim instance As ISqlFile 
Dim value As SqlMemoryUnit 

value = instance.MaxSizeUnit

instance.MaxSizeUnit = value
SqlMemoryUnit MaxSizeUnit { get; set; }
property SqlMemoryUnit MaxSizeUnit {
    SqlMemoryUnit get ();
    void set (SqlMemoryUnit value);
}
function get MaxSizeUnit () : SqlMemoryUnit 
function set MaxSizeUnit (value : SqlMemoryUnit)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlMemoryUnit

.NET Framework Security

See Also

Reference

ISqlFile Interface

ISqlFile Members

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