Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an integer value that represents the result of target evaluation.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Property TargetsEvaluated As Integer
Get
Set
'Usage
Dim instance As Policy.ConnectionProcessingFinishedEventArgs
Dim value As Integer
value = instance.TargetsEvaluated
instance.TargetsEvaluated = value
public int TargetsEvaluated { get; set; }
public:
property int TargetsEvaluated {
int get ();
void set (int value);
}
member TargetsEvaluated : int with get, set
function get TargetsEvaluated () : int
function set TargetsEvaluated (value : int)
Property Value
Type: System.Int32
An Int32 defined value.