Login.Create 메서드 (SecureString)

Creates a login account on the instance of SQL Server as defined by the Login object.

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

구문

‘선언
Public Sub Create ( _
    password As SecureString _
)
‘사용 방법
Dim instance As Login 
Dim password As SecureString

instance.Create(password)
public void Create(
    SecureString password
)
public:
void Create(
    SecureString^ password
)
member Create : 
        password:SecureString -> unit
public function Create(
    password : SecureString
)

매개 변수

참고 항목

참조

Login 클래스

Create 오버로드

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

관련 자료

SQL Server 2008 Security Changes