TimeSheetSettingsDataSet.GetTypedDataSetSchema-Methode
Gibt das complexType XML-Schema für die TimeSheetSettingsDataSetzurück.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Shared Function GetTypedDataSetSchema ( _
xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Usage
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType
returnValue = TimeSheetSettingsDataSet.GetTypedDataSetSchema(xs)
public static XmlSchemaComplexType GetTypedDataSetSchema(
XmlSchemaSet xs
)
Parameter
xs
Typ: System.Xml.Schema.XmlSchemaSetEine angegebene XML-Schemadefinition.
Rückgabewert
Typ: System.Xml.Schema.XmlSchemaComplexType
Siehe auch
Referenz
TimeSheetSettingsDataSet Klasse