DismissedValidationResult.Comments 속성
Gets or sets the comments in the validation result object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property Comments As String
Get
Set
‘사용 방법
Dim instance As DismissedValidationResult
Dim value As String
value = instance.Comments
instance.Comments = value
public string Comments { get; set; }
public:
property String^ Comments {
String^ get ();
void set (String^ value);
}
member Comments : string with get, set
function get Comments () : String
function set Comments (value : String)
속성 값
유형: System.String
The comments in the DismissedValidationResult object.