共用方式為


Policy.TargetProcessedEventArgs.Result 屬性

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

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Property Result As Boolean 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

Policy.TargetProcessedEventArgs 類別

Microsoft.SqlServer.Management.Dmf 命名空間