AttributeTranslation.SourceDescription 屬性
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.