Share via


ISql90ClrFunctionImplementation.DataAccess Property

Gets or sets a value that models the DataAccess property of the SqlFunctionAttribute for the SQL Server SQL CLR function.

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

Syntax

'Declaration
Property DataAccess As Nullable(Of DataAccessKind)
Nullable<DataAccessKind> DataAccess { get; set; }
property Nullable<DataAccessKind> DataAccess {
    Nullable<DataAccessKind> get ();
    void set (Nullable<DataAccessKind> value);
}
abstract DataAccess : Nullable<DataAccessKind> with get, set
function get DataAccess () : Nullable<DataAccessKind>
function set DataAccess (value : Nullable<DataAccessKind>)

Property Value

Type: System.Nullable<DataAccessKind>

.NET Framework Security

See Also

Reference

ISql90ClrFunctionImplementation Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace