Proprietà IsDefault
Ottiene o imposta il valore Boolean che specifica se il filegroup è il filegroup predefinito per il database.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsDefault As Boolean
Get
Set
'Utilizzo
Dim instance As FileGroup
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsDefault { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsDefault {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsDefault : bool with get, set
function get IsDefault () : boolean
function set IsDefault (value : boolean)
Valore proprietà
Tipo: System. . :: . .Boolean
Valore Boolean che specifica se il filegroup è il valore predefinito.
Se True, il filegroup è quello predefinito per il database. In caso contrario, False (impostazione predefinita).
Vedere anche