SqlStudioLayoutManager.SqlStudioLayoutIndent Enumeration

Specifies the layout indent. The default is NoIndent

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Enumeration SqlStudioLayoutIndent
'Usage
Dim instance As SqlStudioLayoutManager.SqlStudioLayoutIndent
public enum SqlStudioLayoutIndent
public enum class SqlStudioLayoutIndent
type SqlStudioLayoutIndent
public enum SqlStudioLayoutIndent

Members

Member name Description
NoIndent Defines the layout indention as none.
Level1 Defines the layout indention as level 1.
Level2 Defines the layout indention as level 2.
Level3 Defines the layout indention as level 3.
Level4 Defines the layout indention as level 4.