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 | |
---|---|---|
AnsiNullsOn | AnsiNullsOn property class of FileTable | |
Columns | Columns relationship class of FileTable | |
DataCompressionOptions | DataCompressionOptions relationship class of FileTable | |
Filegroup | Filegroup relationship class of FileTable | |
FileStreamFilegroup | FileStreamFilegroup relationship class of FileTable | |
FileStreamNull | FileStreamNull property class of FileTable | |
FileStreamPartitionScheme | FileStreamPartitionScheme relationship class of FileTable | |
FileTableCollateFilename | FileTableCollateFilename property class of FileTable | |
FileTableDirectory | FileTableDirectory property class of FileTable | |
FileTableNamespaceEnabled | FileTableNamespaceEnabled property class of FileTable | |
LockEscalation | LockEscalation property class of FileTable | |
PartitionColumn | PartitionColumn relationship class of FileTable | |
PartitionScheme | PartitionScheme relationship class of FileTable | |
QuotedIdentifierOn | QuotedIdentifierOn property class of FileTable | |
Schema | Schema relationship class of FileTable | |
TableLockOnBulkLoad | TableLockOnBulkLoad property class of FileTable | |
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.