Dela via


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

See Also

Reference

ISql90ClrFunctionImplementation Interface

ISql90ClrFunctionImplementation Members

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