Proprietà Policy.ConnectionProcessingFinishedEventArgs.Result

Gets or sets the result of connection processing.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Property Result As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
A Boolean value, True if connection processing succeeds, otherwise False.

Vedere anche

Riferimento

Policy.ConnectionProcessingFinishedEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf