ReplicationStoredProcedure.Encrypted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定所參考的儲存程序是否以加密方式建立。
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 版本中被支援。