共用方式為


Policy.TargetProcessedEventArgs.ConfigurationErrorMessage 屬性

Gets or sets the configuration error message.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Property ConfigurationErrorMessage As String 
    Get 
    Set
'用途
Dim instance As Policy.TargetProcessedEventArgs 
Dim value As String 

value = instance.ConfigurationErrorMessage

instance.ConfigurationErrorMessage = value
public string ConfigurationErrorMessage { get; set; }
public:
property String^ ConfigurationErrorMessage {
    String^ get ();
    void set (String^ value);
}
member ConfigurationErrorMessage : string with get, set
function get ConfigurationErrorMessage () : String 
function set ConfigurationErrorMessage (value : String)

屬性值

型別:System.String
A string value that contains the configuration error message.

請參閱

參考

Policy.TargetProcessedEventArgs 類別

Microsoft.SqlServer.Management.Dmf 命名空間