ISql90ClrFunctionImplementation.SystemDataAccess プロパティ

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Property SystemDataAccess As Nullable(Of SystemDataAccessKind)
'使用
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>)

プロパティ値

型 : System.Nullable<SystemDataAccessKind>

参照

参照

ISql90ClrFunctionImplementation インターフェイス

ISql90ClrFunctionImplementation メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間