DriverPropertyInfo Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| DriverPropertyInfo(IntPtr, JniHandleOwnership) |
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime. |
| DriverPropertyInfo(String, String) |
Costruisce un |
DriverPropertyInfo(IntPtr, JniHandleOwnership)
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.
protected DriverPropertyInfo(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Sql.DriverPropertyInfo : nativeint * Android.Runtime.JniHandleOwnership -> Java.Sql.DriverPropertyInfo
Parametri
- javaReference
-
IntPtr
nativeint
Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.
- transfer
- JniHandleOwnership
Oggetto JniHandleOwnershipche indica come gestire javaReference
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
DriverPropertyInfo(String, String)
Costruisce un DriverPropertyInfo oggetto con un nome e un valore specificati.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public DriverPropertyInfo(string? name, string? value);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")>]
new Java.Sql.DriverPropertyInfo : string * string -> Java.Sql.DriverPropertyInfo
Parametri
- name
- String
nome della proprietà
- value
- String
il valore corrente, che può essere null
- Attributi
Commenti
Costruisce un DriverPropertyInfo oggetto con un nome e un valore specificati. e descriptionchoices vengono inizializzati in null e required vengono inizializzati in false.
per java.sql.DriverPropertyInfo.DriverPropertyInfo(java.lang.String, java.lang.String).
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.