Share via


FullTextCatalog.RootPath 속성

Gets or sets the path to the operating system directory that is used as the primary path for Microsoft Search full-text catalog storage.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property RootPath As String 
    Get 
    Set
‘사용 방법
Dim instance As FullTextCatalog 
Dim value As String 

value = instance.RootPath

instance.RootPath = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string RootPath { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ RootPath {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member RootPath : string with get, set
function get RootPath () : String 
function set RootPath (value : String)

속성 값

유형: System.String
A String value that specifies the path to the operating system directory that is used as the primary path for full-text storage.

전체 텍스트 검색 구현

참고 항목

참조

FullTextCatalog 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

전체 텍스트 검색 개요

CREATE FULLTEXT CATALOG(Transact-SQL)