ISqlTempDbSettings.LogFileSize Property

Definition

SQL Server tempdb log file size

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server tempdb log file size", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="logFileSize", Update=true)]
public int? LogFileSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="SQL Server tempdb log file size", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="logFileSize", Update=true)>]
member this.LogFileSize : Nullable<int> with get, set
Public Property LogFileSize As Nullable(Of Integer)

Property Value

Attributes

Applies to