BulkOpenRowset.WithColumns Property

Definition

Represent the columns that a user would like to read from files. It is Provided with the WITH clause.

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

Property Value

Applies to