IsDefault プロパティ
ファイル グループがデータベースの既定のファイル グループであるかどうかを示す値を取得します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
ReadOnly Property IsDefault As Boolean
Get
'使用
Dim instance As IFileGroup
Dim value As Boolean
value = instance.IsDefault
bool IsDefault { get; }
property bool IsDefault {
bool get ();
}
abstract IsDefault : bool
function get IsDefault () : boolean
プロパティ値
型: System. . :: . .Boolean
ファイル グループがデータベースの既定のファイル グループである場合は true、既定のファイル グループでない場合は false です。