Propriedade do RDL FileGroupDefinition.IsDefault
Gets or sets a value that indicates whether this filegroup is the default filegroup in the database.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property IsDefault As Boolean
Get
Set
'Uso
Dim instance As FileGroupDefinition
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
public bool IsDefault { get; set; }
public:
property bool IsDefault {
bool get ();
void set (bool value);
}
member IsDefault : bool with get, set
function get IsDefault () : boolean
function set IsDefault (value : boolean)
Valor da propriedade
Tipo: System.Boolean
True if this filegroup is the default filegroup in the database; otherwise, false.