ISqlFile.SizeUnit Property
Gets or sets the file size unit value.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property SizeUnit As SqlMemoryUnit
Get
Set
'Usage
Dim instance As ISqlFile
Dim value As SqlMemoryUnit
value = instance.SizeUnit
instance.SizeUnit = value
SqlMemoryUnit SizeUnit { get; set; }
property SqlMemoryUnit SizeUnit {
SqlMemoryUnit get ();
void set (SqlMemoryUnit value);
}
function get SizeUnit () : SqlMemoryUnit
function set SizeUnit (value : SqlMemoryUnit)
abstract SizeUnit : SqlMemoryUnit with get, set
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlMemoryUnit
Returns a SqlMemoryUnit enumeration value.
.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.