FullTextService.DefaultPath プロパティ

Microsoft Search のフルテキスト カタログの実装で使用するルート ディレクトリを示す既定のオペレーティング システム パスを取得します。

名前空間:  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
Microsoft Search のフルテキスト カタログの実装で使用するルート ディレクトリの既定のオペレーティング システム パスを示す String 値です。

使用例

フルテキスト検索の実装

関連項目

参照

FullTextService クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

フルテキスト検索の概要

CREATE FULLTEXT INDEX (Transact-SQL)

CREATE FULLTEXT CATALOG (Transact-SQL)