Microsoft SDK for Java

AdoEnums.PropertyAttributes Class

The AdoEnums.PropertyAttributes class of the com.ms.wfc.data package specifies the attributes of an AdoProperties object.

class AdoEnums.PropertyAttributes extends com.ms.wfc.core.Enum
{
  // Fields
  public static final int NOTSUPPORTED;
  public static final int OPTIONAL;
  public static final int READ;
  public static final int REQUIRED;
  public static final int WRITE;
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.