Condividi tramite


Proprietà UpdateSpecification.SetClauses

Gets the collection of set clauses.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SetClauses As IList(Of SetClause)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Collections.Generic.IList<SetClause>
The collection of set clauses.

Vedere anche

Riferimento

UpdateSpecification Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom