共用方式為


UserDefinedFunction.IsEncrypted 屬性

Gets or sets the Boolean property value that specifies whether the user-defined function is encrypted.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Deploy,  _
    "false")> _
Public Property IsEncrypted As Boolean 
    Get 
    Set
'用途
Dim instance As UserDefinedFunction 
Dim value As Boolean 

value = instance.IsEncrypted

instance.IsEncrypted = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy, 
    "false")]
public bool IsEncrypted { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Deploy, 
    L"false")]
public:
property bool IsEncrypted {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy, 
    "false")>]
member IsEncrypted : bool with get, set
function get IsEncrypted () : boolean 
function set IsEncrypted (value : boolean)

屬性值

型別:System.Boolean
A Boolean value that specifies the whether user-defined function is encrypted.If True, the user-defined function is encrypted.If False (default), the user-defined function is not encrypted.

範例

設定屬性

請參閱

參考

UserDefinedFunction 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

使用者定義函數 (Database Engine)

CREATE FUNCTION (Transact-SQL)