SqlGuid Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans SqlGuid baru struktur.
Overload
SqlGuid(Byte[]) |
Menginisialisasi instans SqlGuid baru struktur menggunakan parameter array byte yang disediakan. |
SqlGuid(Guid) |
Menginisialisasi instans SqlGuid baru struktur menggunakan parameter yang ditentukan Guid . |
SqlGuid(String) |
Menginisialisasi instans SqlGuid baru struktur menggunakan parameter yang ditentukan String . |
SqlGuid(Int32, Int16, Int16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) |
Menginisialisasi instans SqlGuid baru struktur menggunakan nilai yang ditentukan. |
SqlGuid(Byte[])
- Sumber:
- SQLGuid.cs
- Sumber:
- SQLGuid.cs
- Sumber:
- SQLGuid.cs
Menginisialisasi instans SqlGuid baru struktur menggunakan parameter array byte yang disediakan.
public:
SqlGuid(cli::array <System::Byte> ^ value);
public SqlGuid (byte[] value);
new System.Data.SqlTypes.SqlGuid : byte[] -> System.Data.SqlTypes.SqlGuid
Public Sub New (value As Byte())
Parameter
- value
- Byte[]
Array byte.
Lihat juga
Berlaku untuk
SqlGuid(Guid)
- Sumber:
- SQLGuid.cs
- Sumber:
- SQLGuid.cs
- Sumber:
- SQLGuid.cs
public:
SqlGuid(Guid g);
public SqlGuid (Guid g);
new System.Data.SqlTypes.SqlGuid : Guid -> System.Data.SqlTypes.SqlGuid
Public Sub New (g As Guid)
Parameter
Lihat juga
Berlaku untuk
SqlGuid(String)
- Sumber:
- SQLGuid.cs
- Sumber:
- SQLGuid.cs
- Sumber:
- SQLGuid.cs
public:
SqlGuid(System::String ^ s);
public SqlGuid (string s);
new System.Data.SqlTypes.SqlGuid : string -> System.Data.SqlTypes.SqlGuid
Public Sub New (s As String)
Parameter
Lihat juga
Berlaku untuk
SqlGuid(Int32, Int16, Int16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)
- Sumber:
- SQLGuid.cs
- Sumber:
- SQLGuid.cs
- Sumber:
- SQLGuid.cs
Menginisialisasi instans SqlGuid baru struktur menggunakan nilai yang ditentukan.
public:
SqlGuid(int a, short b, short c, System::Byte d, System::Byte e, System::Byte f, System::Byte g, System::Byte h, System::Byte i, System::Byte j, System::Byte k);
public SqlGuid (int a, short b, short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k);
new System.Data.SqlTypes.SqlGuid : int * int16 * int16 * byte * byte * byte * byte * byte * byte * byte * byte -> System.Data.SqlTypes.SqlGuid
Public Sub New (a As Integer, b As Short, c As Short, d As Byte, e As Byte, f As Byte, g As Byte, h As Byte, i As Byte, j As Byte, k As Byte)
Parameter
Keterangan
Menentukan byte individu dengan cara ini dapat digunakan untuk menghindari pembatasan urutan byte (urutan byte big-endian atau little-endian) pada jenis komputer tertentu.