KeySourceKeyOption.PassPhrase 속성

Gets or sets the pass phrase from which to derive the key.

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

구문

‘선언
Public Property PassPhrase As Literal 
    Get 
    Set
‘사용 방법
Dim instance As KeySourceKeyOption 
Dim value As Literal 

value = instance.PassPhrase

instance.PassPhrase = value
public Literal PassPhrase { get; set; }
public:
property Literal^ PassPhrase {
    Literal^ get ();
    void set (Literal^ value);
}
member PassPhrase : Literal with get, set
function get PassPhrase () : Literal 
function set PassPhrase (value : Literal)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The pass phrase from which to derive the key.

참고 항목

참조

KeySourceKeyOption 클래스

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