Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The sys:TupleOflongstringstring complex type specifies a row containing a long integer and a pair of strings.
-
<xs:complexType name="TupleOflongstringstring"> <xs:annotation> <xs:appinfo> <GenericType Name="TupleOf{0}{1}{2}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> <GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema" /> <GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema" /> <GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema" /> </GenericType> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="m_Item1" type="xsd:long" /> <xs:element name="m_Item2" nillable="true" type="xsd:string" /> <xs:element name="m_Item3" nillable="true" type="xsd:string" /> </xs:sequence> </xs:complexType>
m_Item1: Data represented as a long integer in the tuple. This MUST NOT be NULL.
m_Item2: Data represented as a string integer in the tuple. This MUST be set to NULL.
m_Item3: Data represented as a string integer in the tuple. This MUST be set to NULL.