다음을 통해 공유


AdomdParameter.IsNullable 속성

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).

구현

IDataParameter.IsNullable

예외

예외 조건
System.NotSupportedException

The property is set.

주의

Always returns false.

참고 항목

참조

AdomdParameter 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스