指示是否已为此消息设置了给定属性。
Visual Basic Public Function PropertyExists( _ ByVal propName As String _ ) As Boolean
C# public bool PropertyExists( string propName );
propName 属性名称。
当属性存在时返回 true。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |