Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.