Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.