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