DatabaseFileInfo.FileType Property

Definition

Gets or sets database file type Possible values include: 'Rows', 'Log', 'Filestream', 'NotSupported', 'Fulltext'

[Newtonsoft.Json.JsonProperty(PropertyName="fileType")]
public string FileType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fileType")>]
member this.FileType : string with get, set
Public Property FileType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to