Свойство DismissedValidationRule.Comments
Gets or sets the comments of validation.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property Comments As String
Get
Set
'Применение
Dim instance As DismissedValidationRule
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 of validation.