[Visual Basic] Public Property iRolle_securitylevelnr() As SqlInt32
[Visual Basic] Public Property [iRolle_securitylevelnr]() As SqlInt32
Get
Return m_iRolle_securitylevelnr
End Get
Set(ByVal Value As SqlInt32)
Dim iRolle_securitylevelnrTmp As SqlInt32 = Value
If iRolle_securitylevelnrTmp.IsNull Then
Throw New ArgumentOutOfRangeException("iRolle_securitylevelnr", "iRolle_securitylevelnr can't be NULL")
End If
m_iRolle_securitylevelnr = Value
End Set
End Property
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition