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.