Share via


Type 속성

Gets a Type representing the type of the Property.

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

구문

‘선언
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.