Właściwość SymmetricKeyEncryption.ObjectNameOrPassword
Pobiera lub ustawia nazwę obiektu lub hasło skojarzone z klucz zawartości szyfrowanie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Property ObjectNameOrPassword As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String wartość, która określa nazwę obiektu lub hasło skojarzone z klucz zawartości szyfrowanie.
Zobacz także