Поделиться через


PublicationArticle.VerifyResolverSignature Property

Gets or sets the options for verifying the digital signature on a Component Object Model (COM)-based conflict resolver to determine if it is from a trusted source.

Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Синтаксис

'Декларация
Public Property VerifyResolverSignature As VerifyResolverSignatureOption
public VerifyResolverSignatureOption VerifyResolverSignature { get; set; }
public:
property VerifyResolverSignatureOption VerifyResolverSignature {
    VerifyResolverSignatureOption get ();
    void set (VerifyResolverSignatureOption value);
}
/** @property */
public VerifyResolverSignatureOption get_VerifyResolverSignature ()

/** @property */
public void set_VerifyResolverSignature (VerifyResolverSignatureOption value)
public function get VerifyResolverSignature () : VerifyResolverSignatureOption

public function set VerifyResolverSignature (value : VerifyResolverSignatureOption)

Значение свойства

A VerifyResolverSignatureOption value.

Замечания

This property is only available with instances of Microsoft SQL Server 2000 or SQL Server 2005.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

PublicationArticle Class
PublicationArticle Members
Microsoft.SqlServer.Replication Namespace
MergeArticle.VerifyResolverSignature Property