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 select query for the values to insert.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Select As QueryExpression
Get
Set
'Usage
Dim instance As SelectInsertSource
Dim value As QueryExpression
value = instance.Select
instance.Select = value
public QueryExpression Select { get; set; }
public:
property QueryExpression^ Select {
QueryExpression^ get ();
void set (QueryExpression^ value);
}
member Select : QueryExpression with get, set
function get Select () : QueryExpression
function set Select (value : QueryExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.QueryExpression
The select query for the values to insert.