Credential.Create 메서드 (String, String)

Creates a credential on the instance of SQL Server as defined by the Credential object.

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

구문

‘선언
Public Sub Create ( _
    identity As String, _
    secret As String _
)
‘사용 방법
Dim instance As Credential 
Dim identity As String 
Dim secret As String

instance.Create(identity, secret)
public void Create(
    string identity,
    string secret
)
public:
void Create(
    String^ identity, 
    String^ secret
)
member Create : 
        identity:string * 
        secret:string -> unit
public function Create(
    identity : String, 
    secret : String
)

매개 변수

메서드 호출

참고 항목

참조

Credential 클래스

Create 오버로드

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

관련 자료

CREATE CREDENTIAL(Transact-SQL)

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