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 네임스페이스