次の方法で共有


TransferBase.CopyAllFullTextStopLists プロパティ

転送操作で転送元データベースから転送先データベースに SQL Server のすべてのフルテキスト ストップ リストをコピーするかどうかを示す値を取得または設定します。

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

構文

'宣言
Public Property CopyAllFullTextStopLists As Boolean 
    Get 
    Set
'使用
Dim instance As TransferBase 
Dim value As Boolean 

value = instance.CopyAllFullTextStopLists

instance.CopyAllFullTextStopLists = value
public bool CopyAllFullTextStopLists { get; set; }
public:
property bool CopyAllFullTextStopLists {
    bool get ();
    void set (bool value);
}
member CopyAllFullTextStopLists : bool with get, set
function get CopyAllFullTextStopLists () : boolean 
function set CopyAllFullTextStopLists (value : boolean)

プロパティ値

型: System.Boolean
SQL Server のすべてのフルテキスト ストップ リストを転送元データベースから転送先データベースにコピーする場合は true、それ以外の場合は false です。既定値は false です。

関連項目

参照

TransferBase クラス

Microsoft.SqlServer.Management.Smo 名前空間