Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the Boolean value that contains the result from processing the target.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Property IsConfigurable As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
A Boolean value contains the result of processing the target.