Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the data source for BULK INSERT.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property From As IdentifierOrValueExpression
Get
Set
'Usage
Dim instance As BulkInsertStatement
Dim value As IdentifierOrValueExpression
value = instance.From
instance.From = value
public IdentifierOrValueExpression From { get; set; }
public:
property IdentifierOrValueExpression^ From {
IdentifierOrValueExpression^ get ();
void set (IdentifierOrValueExpression^ value);
}
member From : IdentifierOrValueExpression with get, set
function get From () : IdentifierOrValueExpression
function set From (value : IdentifierOrValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The data source for BULK INSERT.