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 命名空间