FullTextIndex.CatalogName 속성

Gets or sets the full-text catalog that supports full-text queries for the referenced full-text index.

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

구문

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

value = instance.CatalogName

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

속성 값

유형: System.String
A String value that specifies the full-text catalog that supports full-text queries for the referenced full-text index.

주의

This property must be set before the FullTextIndex object is created.

전체 텍스트 검색 구현

참고 항목

참조

FullTextIndex 클래스

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

관련 자료

전체 텍스트 검색 개요

CREATE FULLTEXT INDEX(Transact-SQL)