Comments 속성
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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)