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 insert source, which can be ValuesInsertSource, SelectInsertSource, or ExecuteInsertSource.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property InsertSource As InsertSource
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.InsertSource
The insert source.