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.