Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the source description of the attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property SourceDescription As String
Get
Set
'Usage
Dim instance As AttributeTranslation
Dim value As String
value = instance.SourceDescription
instance.SourceDescription = value
public string SourceDescription { get; set; }
public:
property String^ SourceDescription {
String^ get ();
void set (String^ value);
}
member SourceDescription : string with get, set
function get SourceDescription () : String
function set SourceDescription (value : String)
Property Value
Type: System.String
The source description.