[Visual Basic] Public Property iSLATypNr() As SqlInt32
[Visual Basic] Public Property [iSLATypNr]() As SqlInt32
Get
Return m_iSLATypNr
End Get
Set(ByVal Value As SqlInt32)
Dim iSLATypNrTmp As SqlInt32 = Value
If iSLATypNrTmp.IsNull Then
Throw New ArgumentOutOfRangeException("iSLATypNr", "iSLATypNr can't be NULL")
End If
m_iSLATypNr = 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