共用方式為


FullTextService.LoadOSResourcesEnabled 屬性

Gets or sets the Boolean property value that specifies whether operating system components are allowed.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property LoadOSResourcesEnabled As Boolean 
    Get 
    Set
'用途
Dim instance As FullTextService 
Dim value As Boolean 

value = instance.LoadOSResourcesEnabled

instance.LoadOSResourcesEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool LoadOSResourcesEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool LoadOSResourcesEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LoadOSResourcesEnabled : bool with get, set
function get LoadOSResourcesEnabled () : boolean 
function set LoadOSResourcesEnabled (value : boolean)

屬性值

型別:System.Boolean
A Boolean value that specifies whether operating system components are allowed.Returns True if operating system resources are allowed; otherwise, False (default).

備註

This property allows operating system components such as word breakers and filters.

範例

實作全文檢索搜尋

請參閱

參考

FullTextService 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

全文檢索搜尋概觀

CREATE FULLTEXT INDEX (Transact-SQL)

CREATE FULLTEXT CATALOG (Transact-SQL)