ModelComponent.FriendlyName 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets the friendly name of the ModelComponent.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Protected Friend MustOverride ReadOnly Property FriendlyName As String
Get
‘사용 방법
Dim value As String
value = Me.FriendlyName
protected internal abstract string FriendlyName { get; }
protected public:
virtual property String^ FriendlyName {
String^ get () abstract;
}
abstract FriendlyName : string
abstract function get FriendlyName () : String
속성 값
유형: System.String
The friendly name of the ModelComponent.