Propriedade do RDL NotForReplication
Gets a value that indicates whether the check constraint is not for replication.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property NotForReplication As Boolean
Get
'Uso
Dim instance As ICheckConstraint
Dim value As Boolean
value = instance.NotForReplication
bool NotForReplication { get; }
property bool NotForReplication {
bool get ();
}
abstract NotForReplication : bool
function get NotForReplication () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the check constraint is not for replication; otherwise, false.
Consulte também