SystemDataType.AllowIdentity Property
SQL Server 2012
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.BooleanA 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.
