ExternalTableStatement.ExternalTableOptions Property

Definition

External table options. (Valid and required elements vary by the referenced data source type.)

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ExternalTableOption> ExternalTableOptions { get; }
member this.ExternalTableOptions : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ExternalTableOption>
Public ReadOnly Property ExternalTableOptions As IList(Of ExternalTableOption)

Property Value

Applies to