IsNullable 속성

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

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

구문

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

구현

IDataParameter. . :: . .IsNullable

예외

예외 조건
System..::..NotSupportedException

The property is set.

주의

Always returns false.