Aracılığıyla paylaş


CreateFullTextIndexStatement.Options Özellik

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
Public ReadOnly Property Options As IList(Of FullTextIndexOption)
    Get
public IList<FullTextIndexOption> Options { get; }
public:
property IList<FullTextIndexOption^>^ Options {
    IList<FullTextIndexOption^>^ get ();
}
member Options : IList<FullTextIndexOption>
function get Options () : IList<FullTextIndexOption>

Özellik Değeri

Tür: System.Collections.Generic.IList<FullTextIndexOption>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

CreateFullTextIndexStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı