语言

ReplicationSchemaBoundView.Encrypted 属性

定义

获取或设置所引用的模式绑定视图是否通过加密创建。

public:
 property bool Encrypted { bool get(); void set(bool value); };
public bool Encrypted { get; set; }
member this.Encrypted : bool with get, set
Public Property Encrypted As Boolean

属性值

一个Boolean值。 如果 true,则模式界面视图是通过加密创建的。 如果 false,则模式界面未通过加密创建。

注解

该命名空间、类或成员仅在 .NET 框架 2.0 版本中支持。

适用于