Article.CheckValidCreation Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides ReplicationObject.CheckValidCreation().
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Protected Overrides Sub CheckValidCreation
'Usage
Me.CheckValidCreation()
protected override void CheckValidCreation()
protected:
virtual void CheckValidCreation() override
abstract CheckValidCreation : unit -> unit
override CheckValidCreation : unit -> unit
protected override function CheckValidCreation()