Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the comments in the validation result object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Comments As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The comments in the DismissedValidationResult object.