Share via


ISql90ClrFunctionImplementation.IsDeterministic Property

Gets or sets a value that models the IsDeterministic property of the SqlFunctionAttribute for the function.

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

Syntax

'Declaration
Property IsDeterministic As Nullable(Of Boolean)
Nullable<bool> IsDeterministic { get; set; }
property Nullable<bool> IsDeterministic {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsDeterministic : Nullable<bool> with get, set
function get IsDeterministic () : Nullable<boolean>
function set IsDeterministic (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90ClrFunctionImplementation Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace