FileTable Class

Model schema container class for FileTable

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.FileTable

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

Syntax

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

The FileTable type exposes the following members.

Properties

  Name Description
Public propertyStatic member AnsiNullsOn AnsiNullsOn property class of FileTable
Public propertyStatic member Columns Columns relationship class of FileTable
Public propertyStatic member DataCompressionOptions DataCompressionOptions relationship class of FileTable
Public propertyStatic member Filegroup Filegroup relationship class of FileTable
Public propertyStatic member FileStreamFilegroup FileStreamFilegroup relationship class of FileTable
Public propertyStatic member FileStreamNull FileStreamNull property class of FileTable
Public propertyStatic member FileStreamPartitionScheme FileStreamPartitionScheme relationship class of FileTable
Public propertyStatic member FileTableCollateFilename FileTableCollateFilename property class of FileTable
Public propertyStatic member FileTableDirectory FileTableDirectory property class of FileTable
Public propertyStatic member FileTableNamespaceEnabled FileTableNamespaceEnabled property class of FileTable
Public propertyStatic member LockEscalation LockEscalation property class of FileTable
Public propertyStatic member PartitionColumn PartitionColumn relationship class of FileTable
Public propertyStatic member PartitionScheme PartitionScheme relationship class of FileTable
Public propertyStatic member QuotedIdentifierOn QuotedIdentifierOn property class of FileTable
Public propertyStatic member Schema Schema relationship class of FileTable
Public propertyStatic member TableLockOnBulkLoad TableLockOnBulkLoad property class of FileTable
Public propertyStatic member TypeClass Type class for FileTable

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