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 値です。