下岗失业人员小额担保贷款责任余额最高不得超过贷款担保基金银行存款余额的()倍。
A.3
B.4
C.5
D.6
参考答案:C
设在工程中定义了如下类型: Type stutype ino As Integer strname As String*20 strsex As String* 1 smark As Single End Type在窗体上正确使用这个类型的是下列哪个操作( )。
A.Sub Commandl_Click0 Dim student As Stutype With student .ino = 12 . strname = smith .strsex = .smark = 89 End With End Sub
B.Sub Commandl_Click0 Dim student As Stutype With student .ino = 12 .strname = "smith" .strscx = "男" .smark = 89 End With End Sub
C.Sub Commandl_Click0 Dim student As Stutype With Stutype ino = 12 .strname = "smith" .strsex = "男" .smark = 89 End With End Sub
D.Sub Command1 _Click() Dim student As Stutype With student .ino = 12 .strname = "smith" .strsex = "男" .smark = 89 End student End Sub
根据《信托法》的规定,受托人违背管理职责或者处理信托事务不当对第三人所负债务或者自己所受到的损失,以( )承担。
A.委托人固有财产
B.受托人固有财产
C.信托财产
D.信托财产和受托人固有财产