Comments 属性

命名空间:  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