SizeFileDeclarationOption.Units Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the units in which size is expressed.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public MemoryUnit Units { get; set; }
public:
property MemoryUnit Units {
    MemoryUnit get();
    void set(MemoryUnit value);
}
member Units : MemoryUnit with get, set
Public Property Units As MemoryUnit

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.MemoryUnit

The units in which size is expressed.

See Also

SizeFileDeclarationOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top