다음을 통해 공유


ObjectNameOrPassword 속성

Gets or sets the object name or the password associated with the symmetric key encryption.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.