Udostępnij za pośrednictwem


Właściwość Transfer.CopyAllFullTextStopLists

Pobiera lub ustawia Boolean wartość właściwość, która określa, czy wszystkie SQL Server list stop pełnego tekstu są kopiowane z źródłowa baza danych do miejsce docelowe bazy danych w operacji transferu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.SmoExtended (w Microsoft.SqlServer.SmoExtended.dll)

Składnia

'Deklaracja
Public Property CopyAllFullTextStopLists As Boolean
    Get
    Set
'Użycie
Dim instance As Transfer
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)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy SQL Server stop pełnotekstowe list są kopiowane w operacji transferu.
Jeśli True, wszystkie SQL Server partycji funkcje są kopiowane z list stop pełnego tekstu do miejsce docelowe bazy danych. W przeciwnym razie False (domyślnie).

Przykłady

Transfer danych