Gets or sets the source description of the attribute.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Property SourceDescription As String
Get
Set
用法
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)
属性值
类型:System.String
The source description.