IsNullable 속성
Gets a value indicating whether the parameter accepts nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) values. Always returns false.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
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
속성 값
예외
예외 | 조건 |
---|---|
[NotSupportedException] | The property is set. For more information about this exception, see NotSupportedException Class. |
주의
Always returns false.