NamedComponent.Description 属性

Gets or sets the description of the component.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Overridable Property Description As String 
    Get 
    Set
用法
Dim instance As NamedComponent 
Dim value As String 

value = instance.Description

instance.Description = value
public virtual string Description { get; set; }
public:
virtual property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set 
override Description : string with get, set
function get Description () : String 
function set Description (value : String)

属性值

类型:System.String
The description of the component.

实现

INamedComponent.Description

请参阅

参考

NamedComponent 类

Microsoft.AnalysisServices 命名空间