Partager via


Propriété Comments

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property Comments As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String