AS DEFAULT が指定されているかどうかを取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property IsDefault As Boolean
Get
Set
'使用
Dim instance As CreateFullTextCatalogStatement
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
public bool IsDefault { get; set; }
public:
property bool IsDefault {
bool get ();
void set (bool value);
}
member IsDefault : bool with get, set
function get IsDefault () : boolean
function set IsDefault (value : boolean)
プロパティ値
型: System.Boolean
AS DEFAULT が指定されている場合は true、それ以外の場合は false。