EncryptionPayloadOption.EncryptionSupport 속성

Gets or sets a value that describes how the encryption is used in the process.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property EncryptionSupport As EndpointEncryptionSupport 
    Get 
    Set
‘사용 방법
Dim instance As EncryptionPayloadOption 
Dim value As EndpointEncryptionSupport 

value = instance.EncryptionSupport

instance.EncryptionSupport = value
public EndpointEncryptionSupport EncryptionSupport { get; set; }
public:
property EndpointEncryptionSupport EncryptionSupport {
    EndpointEncryptionSupport get ();
    void set (EndpointEncryptionSupport value);
}
member EncryptionSupport : EndpointEncryptionSupport with get, set
function get EncryptionSupport () : EndpointEncryptionSupport 
function set EncryptionSupport (value : EndpointEncryptionSupport)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointEncryptionSupport
One of the enumeration values that specifies endpoint encryption support.

참고 항목

참조

EncryptionPayloadOption 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스