Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IndentationSize As Integer
'Usage
Dim instance As SqlScriptGeneratorOptions
Dim value As Integer
value = instance.IndentationSize
instance.IndentationSize = value
public int IndentationSize { get; set; }
public:
property int IndentationSize {
int get ();
void set (int value);
}
public function get IndentationSize () : int
public function set IndentationSize (value : int)
Property Value
Type: System.Int32
.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.
See Also
Reference
SqlScriptGeneratorOptions Class