InsertMergeAction.Source Property
Gets or sets the insert source.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Source As ValuesInsertSource
public ValuesInsertSource Source { get; set; }
public:
property ValuesInsertSource^ Source {
ValuesInsertSource^ get ();
void set (ValuesInsertSource^ value);
}
member Source : ValuesInsertSource with get, set
function get Source () : ValuesInsertSource
function set Source (value : ValuesInsertSource)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.ValuesInsertSource
Returns a ValuesInsertSource.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.