Proprietà FullTextCatalog.RootPath

Gets or sets the path to the operating system directory that is used as the primary path for Microsoft Search full-text catalog storage.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property RootPath As String 
    Get 
    Set
'Utilizzo
Dim instance As FullTextCatalog 
Dim value As String 

value = instance.RootPath

instance.RootPath = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string RootPath { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ RootPath {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member RootPath : string with get, set
function get RootPath () : String 
function set RootPath (value : String)

Valore proprietà

Tipo: System.String
A String value that specifies the path to the operating system directory that is used as the primary path for full-text storage.

Esempi

Implementazione della ricerca full-text

Vedere anche

Riferimento

FullTextCatalog Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Cenni preliminari sulla ricerca full-text

CREATE FULLTEXT CATALOG (Transact-SQL)