Aracılığıyla paylaş


AlterTableSetStatement.Options Özellik

Ayarlanacak Tablo Seçenekleri listesini alır.

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 TableOption)
    Get
public IList<TableOption> Options { get; }
public:
property IList<TableOption^>^ Options {
    IList<TableOption^>^ get ();
}
member Options : IList<TableOption>
function get Options () : IList<TableOption>

Özellik Değeri

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

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

AlterTableSetStatement Sınıf

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