語言

ReplicationStoredProcedure.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 版本中被支援。

適用於