This topic has not yet been rated - Rate this topic

SystemDataType.AllowIdentity Property

Gets the Boolean property that specifies whether the system data type allows an identity value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool AllowIdentity { get; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the system data type allows an identity value.If True, the system data type allows an identity value.If False, the system data type does not allow an identity value.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.