다음을 통해 공유


Credential.Identity 속성

Gets or sets the identity associated with the credential.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Identity As String 
    Get 
    Set
‘사용 방법
Dim instance As Credential 
Dim value As String 

value = instance.Identity

instance.Identity = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Identity { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Identity {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Identity : string with get, set
function get Identity () : String 
function set Identity (value : String)

속성 값

유형: System.String
A String value that specifies the identity associated with the credential.

주의

The identity is usually a Windows account.

속성 설정

참고 항목

참조

Credential 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE CREDENTIAL(Transact-SQL)

자격 증명(데이터베이스 엔진)