共用方式為


FullTextService.DefaultPath 屬性

Gets the default operating system path that specifies the root directory in the implementation of the Microsoft Search full-text catalog.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DefaultPath As String 
    Get
'用途
Dim instance As FullTextService 
Dim value As String 

value = instance.DefaultPath
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DefaultPath { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DefaultPath {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DefaultPath : string
function get DefaultPath () : String

屬性值

型別:System.String
A String value that specifies the default operating system path for the root directory used in the implementation of the Microsoft Search full-text catalog.

範例

實作全文檢索搜尋

請參閱

參考

FullTextService 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

全文檢索搜尋概觀

CREATE FULLTEXT INDEX (Transact-SQL)

CREATE FULLTEXT CATALOG (Transact-SQL)