IdentityColumnInfo.NotForReplication Property

 

Applies To: SQL Server 2016 Preview

Gets a value that indicates whether the identity is not for replication.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

public bool NotForReplication { get; }
public:
property bool NotForReplication {
    bool get();
}
member NotForReplication : bool with get
Public ReadOnly Property NotForReplication As Boolean

Property Value

Type: System.Boolean

true if the identity is not for replication; otherwise, false.

See Also

IdentityColumnInfo Class
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top