Compartilhar via


Propriedade do RDL Policy.TargetProcessedEventArgs.Result

Gets or sets the Boolean value that contains the result of processing the target.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Property Result As Boolean 
    Get 
    Set
'Uso
Dim instance As Policy.TargetProcessedEventArgs 
Dim value As Boolean 

value = instance.Result

instance.Result = value
public bool Result { get; set; }
public:
property bool Result {
    bool get ();
    void set (bool value);
}
member Result : bool with get, set
function get Result () : boolean 
function set Result (value : boolean)

Valor da propriedade

Tipo: System.Boolean
A Boolean value contains the result of processing the target.

Consulte também

Referência

Policy.TargetProcessedEventArgs Classe

Namespace Microsoft.SqlServer.Management.Dmf