Поделиться через


Свойство 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