Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of set clauses.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property SetClauses As IList(Of SetClause)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<SetClause>
The collection of set clauses.