ExternalDataSourceStatement.PushdownOption 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.
The external data source pushdown option.
public Microsoft.SqlServer.TransactSql.ScriptDom.ExternalDataSourcePushdownOption PushdownOption { get; set; }
public Microsoft.SqlServer.TransactSql.ScriptDom.ExternalDataSourcePushdownOption? PushdownOption { get; set; }
member this.PushdownOption : Microsoft.SqlServer.TransactSql.ScriptDom.ExternalDataSourcePushdownOption with get, set
member this.PushdownOption : Nullable<Microsoft.SqlServer.TransactSql.ScriptDom.ExternalDataSourcePushdownOption> with get, set
Public Property PushdownOption As ExternalDataSourcePushdownOption
Public Property PushdownOption As Nullable(Of ExternalDataSourcePushdownOption)