共用方式為


SqlScriptGeneratorOptions.IndentSetClause 屬性

Gets or sets a value that indicates whether the SET clause for an UPDATE statement is indented.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property IndentSetClause As Boolean 
    Get 
    Set
'用途
Dim instance As SqlScriptGeneratorOptions 
Dim value As Boolean 

value = instance.IndentSetClause

instance.IndentSetClause = value
public bool IndentSetClause { get; set; }
public:
property bool IndentSetClause {
    bool get ();
    void set (bool value);
}
member IndentSetClause : bool with get, set
function get IndentSetClause () : boolean 
function set IndentSetClause (value : boolean)

屬性值

型別:System.Boolean
True if the SET clause for an UPDATE statement is indented; otherwise, false.

請參閱

參考

SqlScriptGeneratorOptions 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間