Visual Basic (Declaration)
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Identity As Boolean
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public bool Identity { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property bool Identity {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_Identity ()
/** @property */
public void set_Identity (boolean value)
public function get Identity () : boolean
public function set Identity (value : boolean)
属性值
A
Boolean value that specifies the whether the column is an identity column.
If
True, the column is an identity column. Otherwise,
False (default).