RemoteArgument.DBNullValue Proprietà

Definizione

Ottiene o imposta l'oggetto DBNull rappresentato dall'oggetto RemoteArgument .

public:
 property DBNull ^ DBNullValue { DBNull ^ get(); void set(DBNull ^ value); };
public DBNull DBNullValue { get; set; }
member this.DBNullValue : DBNull with get, set
Public Property DBNullValue As DBNull

Valore della proprietà

Oggetto DBNull rappresentato da RemoteArgument ; null se il valore di RemoteArgument non è ancora stato specificato.

Eccezioni

La RemoteArgumentKind proprietà non è impostata sul Intrinsic valore .

oppure

La TypeCode proprietà non è impostata sul DBNull valore .

oppure

Questa proprietà viene impostata mentre la IsByRef proprietà è false.

Si applica a