Aracılığıyla paylaş


SelectStatement.ComputeClauses Özellik

compute by yan tümceleri listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
Public ReadOnly Property ComputeClauses As IList(Of ComputeClause)
    Get
public IList<ComputeClause> ComputeClauses { get; }
public:
property IList<ComputeClause^>^ ComputeClauses {
    IList<ComputeClause^>^ get ();
}
member ComputeClauses : IList<ComputeClause>
function get ComputeClauses () : IList<ComputeClause>

Özellik Değeri

Tür: System.Collections.Generic.IList<ComputeClause>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SelectStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı