Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 884981 - Last Review: September 16, 2004 - Revision: 2.1
Data types are represented by variant type (VT) attributes in a BizTalk Server 2004 binding file
When you manually change a binding file in a Microsoft BizTalk Server 2004 deployment, you may have to adjust the variant type (VT) attribute to correctly reflect the data type of the property.
The following table lists the valid values for the VT attributes and the associated data type:
Collapse this tableExpand this table
| VT attribute | Value |
| VT_EMPTY | 0 |
| VT_NULL | 1 |
| VT_I2 | 2 |
| VT_I4 | 3 |
| VT_DATE | 7 |
| VT_BSTR | 8 |
| VT_BOOL | 11 |
| VT_I1 | 16 |
| VT_UI1 | 17 |
| VT_UI2 | 18 |
| VT_UI4 | 19 |
| VT_I8 | 20 |
| VT_UI8 | 21 |
| VT_INT | 22 |
| VT_UINT | 23 |
APPLIES TO
- Microsoft BizTalk Server 2004 Enterprise Edition
- Microsoft BizTalk Server 2004 Developer Edition
- Microsoft BizTalk Server 2004 Partner Edition
- Microsoft BizTalk Server 2004 Standard Edition
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate