BulkInsertStatement.From 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.
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