PolicyEvaluationWrapper.EvaluateAutomatedPolicy(String, SqlXml, Int64) 方法

定義

評估自動化政策。

public:
 static int EvaluateAutomatedPolicy(System::String ^ policy, System::Data::SqlTypes::SqlXml ^ eventData, long % historyId);
public static int EvaluateAutomatedPolicy(string policy, System.Data.SqlTypes.SqlXml eventData, ref long historyId);
static member EvaluateAutomatedPolicy : string * System.Data.SqlTypes.SqlXml * int64 -> int
Public Shared Function EvaluateAutomatedPolicy (policy As String, eventData As SqlXml, ByRef historyId As Long) As Integer

參數

policy
String

一個 String 指定要評估保單的價值。

eventData
SqlXml

一個 SqlXml 系統物件值,包含評估政策時產生的事件。

historyId
Int64

一個 Int64 包含評估歷史 ID 值的值。

傳回

一個 Int32 決定保單評估成功程度的價值。

備註

此命名空間、類別或成員僅支援於 Microsoft .NET 框架 2.0 版本。

適用於