Partager via


ISql90ClrFunctionImplementation.IsDeterministic, propriété

Obtient ou définit une valeur qui modélise la propriété IsDeterministic du SqlFunctionAttribute pour la fonction.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property IsDeterministic As Nullable(Of Boolean)
    Get
    Set
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>)

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

ISql90ClrFunctionImplementation Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms