Property.Type 속성

Gets a Type representing the type of the Property.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public ReadOnly Property Type As Type 
    Get
‘사용 방법
Dim instance As [Property]
Dim value As Type 

value = instance.Type
public Type Type { get; }
public:
virtual property Type^ Type {
    Type^ get () sealed;
}
abstract Type : Type 
override Type : Type
final function get Type () : Type

속성 값

유형: System.Type
A Type representing the type of the Property.

참고 항목

참조

Property 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스