Class SqlDataFile
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a data file in a file group for a SQL server database.
public class SqlDataFile : SqlFile, IComparable<SqlFile>
- Inheritance
-
SqlDataFile
- Implements
- Inherited Members
Constructors
SqlDataFile()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlDataFile class.
public SqlDataFile()
Properties
FileGroupName
Gets or sets the name of the filegroup to which the file belongs.
public string FileGroupName { get; set; }
Property Value
IsPrimaryFile
Gets or sets whether the file is the primry file.
public BooleanOption IsPrimaryFile { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.SqlDataFile cloned from this object.
public SqlDataFile Clone()
Returns
- SqlDataFile
A CENTREL.XIA.Configuration.Types.SqlDataFile.