The storage method for the document index - possible values "sql" or "xml"
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string DbType { get; set; }
Public Property DbType As String
public: property String^ DbType { String^ get (); void set (String^ value); }
Remarks
Currently, only xml is available.