Data types are represented by variant type (VT) attributes in a BizTalk Server 2004 binding file (884981)



The information in this article 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

INTRODUCTION

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.

MORE INFORMATION

The following table lists the valid values for the VT attributes and the associated data type:
VT attributeValue
VT_EMPTY0
VT_NULL1
VT_I22
VT_I43
VT_DATE7
VT_BSTR8
VT_BOOL11
VT_I116
VT_UI117
VT_UI218
VT_UI419
VT_I820
VT_UI821
VT_INT22
VT_UINT23

Modification Type:MajorLast Reviewed:9/16/2004
Keywords:kbtshoot kbinfo KB884981 kbAudDeveloper kbAudITPRO