CopyFullTextIndexes-Eigenschaft
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property CopyFullTextIndexes As Boolean
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyFullTextIndexes
instance.CopyFullTextIndexes = value
bool CopyFullTextIndexes { get; set; }
property bool CopyFullTextIndexes {
bool get ();
void set (bool value);
}
abstract CopyFullTextIndexes : bool with get, set
function get CopyFullTextIndexes () : boolean
function set CopyFullTextIndexes (value : boolean)