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 a list 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 UpdateMergeAction
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>
A list of SET clauses.