Propriété Policy.ConnectionProcessingFinishedEventArgs.RootCheckPassed

Gets or sets the result of root checking.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Property RootCheckPassed As Boolean 
    Get 
    Set
'Utilisation
Dim instance As Policy.ConnectionProcessingFinishedEventArgs 
Dim value As Boolean 

value = instance.RootCheckPassed

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

Valeur de propriété

Type : System.Boolean
A Boolean value, True if root checking passed, otherwise False.

Voir aussi

Référence

Policy.ConnectionProcessingFinishedEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Dmf