IsDefault Propiedad
Gets a value that indicates whether the filegroup is the default filegroup for the database.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property IsDefault As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the filegroup is the default filegroup for the database; otherwise, false.
Vea también