Aracılığıyla paylaş


-(Eksi) (mdx)

Sayısal ifade negatif değerini döndürür bir tekli işlemi gerçekleştirir.

Sözdizimi

- Numeric_Expression

Parametreler

  • Numeric_Expression
    Sayısal bir değer döndürür, geçerli bir çok boyutlu ifadeleri (mdx) ifade.

Dönüş Değeri

Belirtilen parametre veri türüne sahip bir negatif değer.

Örnekler

Aşağıdaki örnekte, bu işleç kullanımı gösterilmiştir.

-- This member creates a negative version of the
-- Reseller Freight Cost.
WITH MEMBER 
   Measures.[Resell Cost as Negative] 
   AS -Measures.[Reseller Freight Cost]
SELECT 
   [Date].[Calendar Month of Year].Children ON COLUMNS,
   [Product].[Product Categories].Children ON ROWS
FROM
    [Adventure Works]
WHERE
    {[Measures].[Resell Cost as Negative]}

Ayrıca bkz.

Başvuru