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.