EdmFunctions.VarP(DbExpression) Yöntem

Tanım

Belirtilen koleksiyonun popülasyonu üzerinde kurallı 'VarP' işlevini çağıran bir DbFunctionExpression oluşturur. Edm.Double ifadesinin sonuç türü.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ VarP(System::Data::Common::CommandTrees::DbExpression ^ collection);
public static System.Data.Common.CommandTrees.DbFunctionExpression VarP (this System.Data.Common.CommandTrees.DbExpression collection);
static member VarP : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function VarP (collection As DbExpression) As DbFunctionExpression

Parametreler

collection
DbExpression

İstatistiksel varyansın hesaplanması gereken koleksiyonu belirten ifade.

Döndürülenler

İstatistiksel varyans değerini üreten yeni bir DbFunctionExpression.

Özel durumlar

collection, null değeridir.

collection geçersizdir.

Şunlara uygulanır