Ultra Light.NET ランタイム・タイプを指定します。ランタイム・タイプを選択してから、その他の Ultra Light.NET API を使用してください。
Visual Basic Public Shared Property RuntimeType As ULRuntimeType
C# public static ULRuntimeType RuntimeType { get; set; }
アンマネージ Ultra Light .NET ランタイムのタイプを示す ULRuntimeType 値。
次の例では、Ultra Light エンジンのランタイムが選択され、接続が作成されます。
' Visual Basic ULDatabaseManager.RuntimeType = ULRuntimeType.UL_ENGINE_CLIENT Dim conn As ULConnection = new ULConnection ' The RuntimeType is now locked // C# ULDatabaseManager.RuntimeType = ULRuntimeType.UL_ENGINE_CLIENT; ULConnection conn = new ULConnection(); // The RuntimeType is now locked |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |