次の方法で共有


LoadOSResourcesEnabled プロパティ

オペレーティング システム コンポーネントが許可されているかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

名前空間:  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
オペレーティング システム コンポーネントが許可されているかどうかを示す Boolean 値です。
オペレーティング システム リソースが許可されている場合は True を返します。それ以外の場合は False (既定値) を返します。

説明

このプロパティが許可するのは、ワード ブレーカーやフィルターなどのオペレーティング システム コンポーネントです。