接続の現在のステータスを返します。
Visual Basic Public Overrides Readonly Property State As ConnectionState
C# public override ConnectionState State { get;}
接続が開いている場合は System.Data.ConnectionState.Open、閉じている場合は System.Data.ConnectionState.Closed。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |