Einfacher SPDictionaryEntryValueType-Typ ("DeploymentManifest")
Letzte Änderung: Freitag, 30. Mai 2008
Gilt für: SharePoint Foundation 2010
Gibt den Datentyp des angegebenen Feldwerts an.
<xs:simpleType name="SPDictionaryEntryValueType">
<xs:restriction base="xs:string">
<xs:enumeration value="String" />
<xs:enumeration value="Integer" />
<xs:enumeration value="Time" />
<xs:enumeration value="StringVector" />
<xs:enumeration value="Boolean" />
<xs:enumeration value="FileSystemTime" />
<xs:enumeration value="IntVector" />
<xs:enumeration value="Double" />
<xs:enumeration value="LongText" />
<xs:enumeration value="Empty" />
</xs:restriction>
</xs:simpleType>
Enumerationswerte
Wert |
Beschreibung |
---|---|
String |
Datentyp String. |
Integer |
Datentyp Integer. |
Time |
Datentyp Datum/Uhrzeit. |
StringVector |
Wird wie Datentyp String behandelt. |
Boolean |
Datentyp Boolean. |
FileSystemTime |
Wird wie Datentyp Datum/Uhrzeit behandelt. |
IntVector |
Wird wie Datentyp Integer behandelt. |
Double |
Wird wie Datentyp Double behandelt. |
LongText |
Wird wie Datentyp String behandelt. |
Empty |
Kein Wert. |