名前空間 : Microsoft.Data.Schema.UnitTesting
アセンブリ : Microsoft.Data.Schema.UnitTesting (Microsoft.Data.Schema.UnitTesting.dll 内)
構文
'宣言
Public Property RowsAffected As Integer()
'使用
Dim instance As ExecutionResult
Dim value As Integer()
value = instance.RowsAffected
instance.RowsAffected = value
public int[] RowsAffected { get; internal set; }
public:
property array<int>^ RowsAffected {
array<int>^ get ();
void set (array<int>^ value);
}
public function get RowsAffected () : int[]
public function set RowsAffected (value : int[])
プロパティ値
型 : array<System.Int32[]