Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Checks the valid replication creation.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Protected Overridable Sub CheckValidCreation
'Usage
Me.CheckValidCreation()
protected virtual void CheckValidCreation()
protected:
virtual void CheckValidCreation()
abstract CheckValidCreation : unit -> unit
override CheckValidCreation : unit -> unit
protected function CheckValidCreation()