Propriété IsDefault
Gets a value that indicates whether the filegroup is the default filegroup for the database.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property IsDefault As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if the filegroup is the default filegroup for the database; otherwise, false.
Voir aussi