Propriété NotForReplication
Gets a value that indicates whether the DML trigger is available for replication.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property NotForReplication As Boolean
Get
'Utilisation
Dim instance As IDmlTrigger
Dim value As Boolean
value = instance.NotForReplication
bool NotForReplication { get; }
property bool NotForReplication {
bool get ();
}
abstract NotForReplication : bool
function get NotForReplication () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if the trigger is available for replication; otherwise, false.
Voir aussi