This topic has not yet been rated - Rate this topic

UpdateSpecification.SetClauses Property

SQL Server 2012

Gets the collection of set clauses.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public IList<SetClause> SetClauses { get; }

Property Value

Type: System.Collections.Generic.IList<SetClause>
The collection of set clauses.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.