다음을 통해 공유


AdomdParameter.IsNullable 속성

Gets a value indicating whether the parameter accepts nullnull 참조(Visual Basic에서는 Nothing) values.

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

구문

‘선언
Public ReadOnly Property IsNullable As Boolean 
    Get
‘사용 방법
Dim instance As AdomdParameter 
Dim value As Boolean 

value = instance.IsNullable
public bool IsNullable { get; }
public:
virtual property bool IsNullable {
    bool get () sealed;
}
abstract IsNullable : bool 
override IsNullable : bool
final function get IsNullable () : boolean

속성 값

유형: System.Boolean
true if the parameter accepts nullnull 참조(Visual Basic에서는 Nothing) values; otherwise, false. Always returns false.

예외

예외 조건
[NotSupportedException]

The property is set. For more information about this exception, see NotSupportedException Class.

주의

Always returns false.

참고 항목

참조

AdomdParameter 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스