ISql90ClrFunctionImplementation.SystemDataAccess Property
Gets or sets a value that models the SystemDataAccess property of the SqlFunctionAttribute for the SQL Server Common Language Run-time (SQL CLR) function.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property SystemDataAccess As Nullable(Of SystemDataAccessKind)
Nullable<SystemDataAccessKind> SystemDataAccess { get; set; }
property Nullable<SystemDataAccessKind> SystemDataAccess {
Nullable<SystemDataAccessKind> get ();
void set (Nullable<SystemDataAccessKind> value);
}
abstract SystemDataAccess : Nullable<SystemDataAccessKind> with get, set
function get SystemDataAccess () : Nullable<SystemDataAccessKind>
function set SystemDataAccess (value : Nullable<SystemDataAccessKind>)
Property Value
Type: System.Nullable<SystemDataAccessKind>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.