Compartir a través de


Result Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Result As Boolean
    Get
    Friend Set
'Uso
Dim instance As EvaluationDetail
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)

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.