BulkInsertStatement.From Property

Definition

Data source for BULK INSERT. Can be integer (Literal), string (Literal) or Identifier

public Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression From { get; set; }
member this.From : Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression with get, set
Public Property From As IdentifierOrValueExpression

Property Value

Applies to