ExternalTableStatement.ExternalTableOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)