Partager via


Propriété NotForReplication

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NotForReplication As Boolean
    Get
'Utilisation
Dim instance As IdentityColumnInfo
Dim value As Boolean

value = instance.NotForReplication
public bool NotForReplication { get; }
public:
property bool NotForReplication {
    bool get ();
}
member NotForReplication : bool
function get NotForReplication () : boolean

Valeur de propriété

Type : System. . :: . .Boolean
true if the identity is not for replication; otherwise, false.