BdcServiceApplication.GetXmlSchemaForView Method
Not implemented.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetXmlSchemaForView ( _
methodInstanceStruct As MethodInstanceStruct _
) As String
'Usage
Dim instance As BdcServiceApplication
Dim methodInstanceStruct As MethodInstanceStruct
Dim returnValue As String
returnValue = instance.GetXmlSchemaForView(methodInstanceStruct)
public string GetXmlSchemaForView(
MethodInstanceStruct methodInstanceStruct
)
Parameters
methodInstanceStruct
Type: Microsoft.SharePoint.BusinessData.SharedService.MethodInstanceStructNot implemented.
Return Value
Type: System.String
Throws an InvalidProgramException exception.