EventsDataSet.EventDataTable.AddEventRow 方法 (Int32, String, String)
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: WebSvcEvents
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function AddEventRow ( _
EventId As Integer, _
SourceName As String, _
EventName As String _
) As EventsDataSet.EventRow
用法
Dim instance As EventsDataSet.EventDataTable
Dim EventId As Integer
Dim SourceName As String
Dim EventName As String
Dim returnValue As EventsDataSet.EventRow
returnValue = instance.AddEventRow(EventId, _
SourceName, EventName)
public EventsDataSet.EventRow AddEventRow(
int EventId,
string SourceName,
string EventName
)
参数
- EventId
类型:System.Int32
- SourceName
类型:System.String
- EventName
类型:System.String
返回值
类型:WebSvcEvents.EventsDataSet.EventRow
另请参阅
引用
EventsDataSet.EventDataTable 类