Свойство EvaluationHistory.Result

Gets the Boolean value that determines whether the policy executed successfully.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Result As Boolean 
    Get 
    Friend Set
'Применение
Dim instance As EvaluationHistory 
Dim value As Boolean 

value = instance.Result
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public bool Result { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property bool Result {
    bool get ();
    internal: void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member Result : bool with get, internal set
function get Result () : boolean 
internal function set Result (value : boolean)

Значение свойства

Тип: System.Boolean
A Boolean value that specifies whether the policy executed successfully.If True, the policy executed successfully. Otherwise, False.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Примеры

Установка свойств

См. также

Справочник

EvaluationHistory Класс

Пространство имен Microsoft.SqlServer.Management.Dmf