Condividi tramite


Proprietà ISqlFullTextCatalog.Path

Ottiene o imposta il percorso sul disco in cui sarà archiviato il catalogo.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property Path As String
    Get
    Set
string Path { get; set; }
property String^ Path {
    String^ get ();
    void set (String^ value);
}
abstract Path : string with get, set
function get Path () : String
function set Path (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlFullTextCatalog Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel