ISql90ClrFunctionImplementation.SystemDataAccess Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property SystemDataAccess As Nullable(Of SystemDataAccessKind)
'Usage
Dim instance As ISql90ClrFunctionImplementation
Dim value As Nullable(Of SystemDataAccessKind)
value = instance.SystemDataAccess
instance.SystemDataAccess = value
Nullable<SystemDataAccessKind> SystemDataAccess { get; set; }
property Nullable<SystemDataAccessKind> SystemDataAccess {
Nullable<SystemDataAccessKind> get ();
void set (Nullable<SystemDataAccessKind> value);
}
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.
See Also
Reference
ISql90ClrFunctionImplementation Interface