次の方法で共有


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