CopyStatement.From 属性

定义

COPY 的数据源。 可以是字符串(文本)

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

属性值

适用于