Proprietà DismissedValidationResult.Comments
Gets or sets the comments in the validation result object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property Comments As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The comments in the DismissedValidationResult object.