InsertSpecification.InsertSource 属性
Gets or sets the insert source, which can be ValuesInsertSource, SelectInsertSource, or ExecuteInsertSource.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property InsertSource As InsertSource
Get
Set
用法
Dim instance As InsertSpecification
Dim value As InsertSource
value = instance.InsertSource
instance.InsertSource = value
public InsertSource InsertSource { get; set; }
public:
property InsertSource^ InsertSource {
InsertSource^ get ();
void set (InsertSource^ value);
}
member InsertSource : InsertSource with get, set
function get InsertSource () : InsertSource
function set InsertSource (value : InsertSource)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.InsertSource
The insert source.