SqlScriptGeneratorOptions.NewLineBeforeFromClause プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property NewLineBeforeFromClause As Boolean
'使用
Dim instance As SqlScriptGeneratorOptions
Dim value As Boolean

value = instance.NewLineBeforeFromClause

instance.NewLineBeforeFromClause = value
public bool NewLineBeforeFromClause { get; set; }
public:
property bool NewLineBeforeFromClause {
    bool get ();
    void set (bool value);
}
public function get NewLineBeforeFromClause () : boolean
public function set NewLineBeforeFromClause (value : boolean)

プロパティ値

型 : System.Boolean

参照

参照

SqlScriptGeneratorOptions クラス

SqlScriptGeneratorOptions メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間