Dela via


ISql90ClrFunctionImplementation.IsDeterministic Property

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

Syntax

'Declaration
Property IsDeterministic As Nullable(Of Boolean)
'Usage
Dim instance As ISql90ClrFunctionImplementation 
Dim value As Nullable(Of Boolean)

value = instance.IsDeterministic

instance.IsDeterministic = value
Nullable<bool> IsDeterministic { get; set; }
property Nullable<bool> IsDeterministic {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
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

ISql90ClrFunctionImplementation Members

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