Свойство NotForReplication
Gets a value that indicates whether the DML trigger is available for replication.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property NotForReplication As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
true if the trigger is available for replication; otherwise, false.
См. также