Result 属性

Gets or sets the result of connection processing.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Property Result As Boolean
    Get
    Set
用法
Dim instance As Policy..::..ConnectionProcessingFinishedEventArgs
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, True if connection processing succeeds, otherwise False.