AS キーワードをそれ自体の行に記述するかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property AsKeywordOnOwnLine As Boolean
Get
Set
'使用
Dim instance As SqlScriptGeneratorOptions
Dim value As Boolean
value = instance.AsKeywordOnOwnLine
instance.AsKeywordOnOwnLine = value
public bool AsKeywordOnOwnLine { get; set; }
public:
property bool AsKeywordOnOwnLine {
bool get ();
void set (bool value);
}
member AsKeywordOnOwnLine : bool with get, set
function get AsKeywordOnOwnLine () : boolean
function set AsKeywordOnOwnLine (value : boolean)
プロパティ値
型: System.Boolean
AS キーワードをそれ自体の行に記述する場合は true、それ以外の場合は false。