Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a description string of current object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Overrides Property Description As String
Get
Set
'Usage
Dim instance As MajorObject
Dim value As String
value = instance.Description
instance.Description = value
public override string Description { get; set; }
public:
virtual property String^ Description {
String^ get () override;
void set (String^ value) override;
}
abstract Description : string with get, set
override Description : string with get, set
override function get Description () : String
override function set Description (value : String)
Property Value
Type: System.String
A description string of current object.