Gets a value indicating whether the parameter accepts nullnull 참조(Visual Basic에서는 Nothing) values. Always returns false.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public Property IsNullable As Boolean
Get
Set
‘사용 방법
Dim instance As AdomdParameter
Dim value As Boolean
value = instance.IsNullable
instance.IsNullable = value
public bool IsNullable { get; set; }
public:
virtual property bool IsNullable {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsNullable : bool with get, set
override IsNullable : bool with get, set
final function get IsNullable () : boolean
final function set IsNullable (value : boolean)
속성 값
유형: System.Boolean
A false value indicating that the parameter accepts nullnull 참조(Visual Basic에서는 Nothing).
구현
예외
| 예외 | 조건 |
|---|---|
| System.NotSupportedException | The property is set. |
주의
Always returns false.