ProcedureStatementBody.IsForReplication-Eigenschaft
Ruft ab oder legt fest, ob FOR REPLICATION definiert ist.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IsForReplication As Boolean
Get
Set
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)
Eigenschaftswert
Typ: System.Boolean
Gibt true zurück, wenn FOR REPLICATION definiert ist, andernfalls false.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.