Vertragsverwaltung-Klassenbibliothek  

clsKey_tabelle.iKey_wert -Eigenschaft

[Visual Basic]
Public Property iKey_wert() As SqlInt32

Quellcode

[Visual Basic]
		Public Property [iKey_wert]() As SqlInt32 
Get 
Return m_iKey_wert 
End Get 
Set(ByVal Value As SqlInt32) 
Dim iKey_wertTmp As SqlInt32 = Value 
If iKey_wertTmp.IsNull Then 
Throw New ArgumentOutOfRangeException("iKey_wert", "iKey_wert can't be NULL") 
End If 
m_iKey_wert = Value 
End Set 
End Property

Forderungen

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

Siehe auch

clsKey_tabelle