Dela via


ISql90Function.DoReturnNullForNullInput Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DoReturnNullForNullInput As Boolean
'Usage
Dim instance As ISql90Function 
Dim value As Boolean 

value = instance.DoReturnNullForNullInput

instance.DoReturnNullForNullInput = value
bool DoReturnNullForNullInput { get; set; }
property bool DoReturnNullForNullInput {
    bool get ();
    void set (bool value);
}
function get DoReturnNullForNullInput () : boolean 
function set DoReturnNullForNullInput (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Function Interface

ISql90Function Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace