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.
Indicates whether to initialize shared properties based on existing articles.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Function InitializeSharedPropertiesBasedOnExistingArticles As Boolean
'Usage
Dim instance As MergeArticle
Dim returnValue As Boolean
returnValue = instance.InitializeSharedPropertiesBasedOnExistingArticles()
public bool InitializeSharedPropertiesBasedOnExistingArticles()
public:
bool InitializeSharedPropertiesBasedOnExistingArticles()
member InitializeSharedPropertiesBasedOnExistingArticles : unit -> bool
public function InitializeSharedPropertiesBasedOnExistingArticles() : boolean
Return Value
Type: System.Boolean
true if the initialization succeeded; otherwise false.