Свойство IsDefault
Gets a value that indicates whether the filegroup is the default filegroup for the database.
Пространство имен: 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 if the filegroup is the default filegroup for the database; otherwise, false.
См. также