Свойство 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