Share via


Policy.TargetProcessedEventArgs.IsConfigurable 속성

Gets or sets the Boolean value that contains the result from processing the target.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Public Property IsConfigurable As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As Policy.TargetProcessedEventArgs 
Dim value As Boolean 

value = instance.IsConfigurable

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

속성 값

유형: System.Boolean
A Boolean value contains the result of processing the target.

참고 항목

참조

Policy.TargetProcessedEventArgs 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스