ISqlFile.SizeUnit Property
Gets or sets the units in which the Size property is expressed.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property SizeUnit As SqlMemoryUnit
SqlMemoryUnit SizeUnit { get; set; }
property SqlMemoryUnit SizeUnit {
SqlMemoryUnit get ();
void set (SqlMemoryUnit value);
}
abstract SizeUnit : SqlMemoryUnit with get, set
function get SizeUnit () : SqlMemoryUnit
function set SizeUnit (value : SqlMemoryUnit)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlMemoryUnit
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.