Gets or sets a value that indicates whether NOT FOR REPLICATION is defined.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property IsNotForReplication As Boolean
Get
Set
'用途
Dim instance As TriggerStatementBody
Dim value As Boolean
value = instance.IsNotForReplication
instance.IsNotForReplication = value
public bool IsNotForReplication { get; set; }
public:
property bool IsNotForReplication {
bool get ();
void set (bool value);
}
member IsNotForReplication : bool with get, set
function get IsNotForReplication () : boolean
function set IsNotForReplication (value : boolean)
屬性值
型別:System.Boolean
True if NOT FOR REPLICATION is defined; otherwise, false.