Bagikan melalui


SqlConnectionStringBuilder.AsynchronousProcessing Properti

Definisi

Perhatian

AsynchronousProcessing has been deprecated. SqlConnection will ignore the 'Asynchronous Processing' keyword and always allow asynchronous processing.

Kedaluwarsa. Mendapatkan atau menetapkan nilai Boolean yang menunjukkan apakah pemrosesan asinkron diizinkan oleh koneksi yang dibuat dengan menggunakan string koneksi ini.

public:
 property bool AsynchronousProcessing { bool get(); void set(bool value); };
public bool AsynchronousProcessing { get; set; }
[System.Obsolete("AsynchronousProcessing has been deprecated. SqlConnection will ignore the 'Asynchronous Processing' keyword and always allow asynchronous processing.")]
public bool AsynchronousProcessing { get; set; }
member this.AsynchronousProcessing : bool with get, set
[<System.Obsolete("AsynchronousProcessing has been deprecated. SqlConnection will ignore the 'Asynchronous Processing' keyword and always allow asynchronous processing.")>]
member this.AsynchronousProcessing : bool with get, set
Public Property AsynchronousProcessing As Boolean

Nilai Properti

Nilai AsynchronousProcessing properti , atau false jika tidak ada nilai yang disediakan.

Atribut

Keterangan

Properti ini sesuai dengan kunci "Pemrosesan Asinkron" dan "asinkron" dalam string koneksi. Untuk memanfaatkan pemrosesan asinkron yang disediakan oleh SqlCommand objek, pasangan kunci/nilai ini harus disertakan dalam string koneksi objek terkait SqlConnection .

Berlaku untuk

Lihat juga