Propriedade do RDL NotForReplication
Gets a value that indicates whether the identity is not for replication.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public ReadOnly Property NotForReplication As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the identity is not for replication; otherwise, false.
Consulte também