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.

请参阅

参考

DismissedValidationRule 类

Microsoft.AnalysisServices 命名空间