Partilhar via


Propriedade do RDL IsDefault

Gets a value that indicates whether the filegroup is the default filegroup for the database.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .Boolean
true if the filegroup is the default filegroup for the database; otherwise, false.