次の方法で共有


FullTextService クラス

FullTextService オブジェクトを使用すると、Microsoft Search のフルテキスト設定にプログラムでアクセスできます。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public NotInheritable Class FullTextService _
    Inherits ScriptNameObjectBase _
    Implements IAlterable, IScriptable
'使用
Dim instance As FullTextService
public sealed class FullTextService : ScriptNameObjectBase, 
    IAlterable, IScriptable
public ref class FullTextService sealed : public ScriptNameObjectBase, 
    IAlterable, IScriptable
[<SealedAttribute>]
type FullTextService =  
    class
        inherit ScriptNameObjectBase
        interface IAlterable
        interface IScriptable
    end
public final class FullTextService extends ScriptNameObjectBase implements IAlterable, IScriptable

説明

FullTextService オブジェクトのプロパティは、public 固定サーバー ロールのメンバが取得できます。

FullTextService オブジェクトのプロパティを設定するには、固定サーバー ロール sysadmin のメンバである必要があります。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。