Свойство ObjectNameOrPassword
Gets or sets the object name or the password associated with the symmetric key encryption.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Property ObjectNameOrPassword As String
Get
Set
'Применение
Dim instance As SymmetricKeyEncryption
Dim value As String
value = instance.ObjectNameOrPassword
instance.ObjectNameOrPassword = value
public string ObjectNameOrPassword { get; set; }
public:
property String^ ObjectNameOrPassword {
String^ get ();
void set (String^ value);
}
member ObjectNameOrPassword : string with get, set
function get ObjectNameOrPassword () : String
function set ObjectNameOrPassword (value : String)
Значение свойства
Тип: System. . :: . .String
A String value that specifies the object name or password associated with the symmetric key encryption.
См. также