다음을 통해 공유


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)