Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents the FREETEXTTABLE and CONTAINSTABLE table references.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TableReference
Microsoft.SqlServer.TransactSql.ScriptDom.TableReferenceWithAlias
Microsoft.SqlServer.TransactSql.ScriptDom.FullTextTableReference
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class FullTextTableReference _
Inherits TableReferenceWithAlias
'Utilizzo
Dim instance As FullTextTableReference
[SerializableAttribute]
public class FullTextTableReference : TableReferenceWithAlias
[SerializableAttribute]
public ref class FullTextTableReference : public TableReferenceWithAlias
[<SerializableAttribute>]
type FullTextTableReference =
class
inherit TableReferenceWithAlias
end
public class FullTextTableReference extends TableReferenceWithAlias
Nel tipo FullTextTableReference sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
FullTextTableReference | Initializes a new instance of the FullTextTableReference class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Alias | Gets or sets the alias of the reference. Ereditato da TableReferenceWithAlias. |
![]() |
Columns | Gets the list of columns to search. |
![]() |
FirstTokenIndex | Gets or sets the first token index. Ereditato da TSqlFragment. |
![]() |
FragmentLength | Gets the fragment length. Ereditato da TSqlFragment. |
![]() |
FullTextFunctionType | Gets or sets the full text function type. |
![]() |
Language | Gets or sets an optional language whose resources will be used for wordbreaking, stemming, and thesaurus and noise-word removal. |
![]() |
LastTokenIndex | Gets or sets the last token index. Ereditato da TSqlFragment. |
![]() |
PropertyName | Gets or sets an optional property specification value. |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. Ereditato da TSqlFragment. |
![]() |
SearchCondition | Gets or sets the search condition/text to search. |
![]() |
StartColumn | Gets the starting column. Ereditato da TSqlFragment. |
![]() |
StartLine | Gets the starting line. Ereditato da TSqlFragment. |
![]() |
StartOffset | Gets the fragment start offset value. Ereditato da TSqlFragment. |
![]() |
TableName | Gets or sets the table name. |
![]() |
TopN | Gets or sets the optional number of top-ranked results to return. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept | Indicates the entry point for a given visitor. Esegue l'override di TSqlFragment.Accept(TSqlFragmentVisitor). |
![]() |
AcceptChildren | Calls Accept on the children with the given visitor. Esegue l'override di TableReferenceWithAlias.AcceptChildren(TSqlFragmentVisitor). |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)
.gif)