Aracılığıyla paylaş


FileDeclaration.Options Özellik

Bildirim yapmak seçeneklerin 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 FileDeclarationOption)
    Get
public IList<FileDeclarationOption> Options { get; }
public:
property IList<FileDeclarationOption^>^ Options {
    IList<FileDeclarationOption^>^ get ();
}
member Options : IList<FileDeclarationOption>
function get Options () : IList<FileDeclarationOption>

Özellik Değeri

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

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

FileDeclaration Sınıf

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