RootCheckPassed 屬性
Gets or sets the result of root checking.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Property RootCheckPassed As Boolean
Get
Set
'用途
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)
屬性值
型別:System. . :: . .Boolean
A Boolean value, True if root checking passed, otherwise False.