TypedDataRow.SetUInt32 Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
SetUInt32(String, Object)
public:
void SetUInt32(System::String ^ columnName, System::Object ^ newValue);
public void SetUInt32(string columnName, object newValue);
member this.SetUInt32 : string * obj -> unit
Public Sub SetUInt32 (columnName As String, newValue As Object)
Parametreler
- columnName
- String
- newValue
- Object
Şunlara uygulanır
SetUInt32(String, UInt32)
Önemli
Bu API, CLS uyumlu değildir.
public:
void SetUInt32(System::String ^ columnName, System::UInt32 newValue);
[System.CLSCompliant(false)]
public void SetUInt32(string columnName, uint newValue);
member this.SetUInt32 : string * uint32 -> unit
Public Sub SetUInt32 (columnName As String, newValue As UInteger)
Parametreler
- columnName
- String
- newValue
- UInt32
- Öznitelikler