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 a PolicyEvaluationException object that represents the policy evaluation exception.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Property Exception As PolicyEvaluationException
Get
Set
'Usage
Dim instance As Policy.PolicyEvaluationFinishedEventArgs
Dim value As PolicyEvaluationException
value = instance.Exception
instance.Exception = value
public PolicyEvaluationException Exception { get; set; }
public:
property PolicyEvaluationException^ Exception {
PolicyEvaluationException^ get ();
void set (PolicyEvaluationException^ value);
}
member Exception : PolicyEvaluationException with get, set
function get Exception () : PolicyEvaluationException
function set Exception (value : PolicyEvaluationException)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Dmf.PolicyEvaluationException
A PolicyEvaluationException object value that represents the policy evaluation exception.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.