Свойство UpdateSpecification.SetClauses

Gets the collection of set clauses.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property SetClauses As IList(Of SetClause)
    Get
'Применение
Dim instance As UpdateSpecification 
Dim value As IList(Of SetClause)

value = instance.SetClauses
public IList<SetClause> SetClauses { get; }
public:
property IList<SetClause^>^ SetClauses {
    IList<SetClause^>^ get ();
}
member SetClauses : IList<SetClause>
function get SetClauses () : IList<SetClause>

Значение свойства

Тип: System.Collections.Generic.IList<SetClause>
The collection of set clauses.

См. также

Справочник

UpdateSpecification Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom