SqlFile Class

Model schema container class for SqlFile

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.SqlFile

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class SqlFile
'Usage
public static class SqlFile
public ref class SqlFile abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SqlFile =  class end
public final class SqlFile

The SqlFile type exposes the following members.

Properties

  Name Description
Public propertyStatic member Filegroup Filegroup relationship class of SqlFile
Public propertyStatic member FileGrowth FileGrowth property class of SqlFile
Public propertyStatic member FileGrowthUnit FileGrowthUnit property class of SqlFile
Public propertyStatic member FileName FileName property class of SqlFile
Public propertyStatic member IsLogFile IsLogFile property class of SqlFile
Public propertyStatic member MaxSize MaxSize property class of SqlFile
Public propertyStatic member MaxSizeUnit MaxSizeUnit property class of SqlFile
Public propertyStatic member Offline Offline property class of SqlFile
Public propertyStatic member Size Size property class of SqlFile
Public propertyStatic member SizeUnit SizeUnit property class of SqlFile
Public propertyStatic member TypeClass Type class for SqlFile
Public propertyStatic member Unlimited Unlimited property class of SqlFile

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace