DatabaseRole.Create 메서드

Creates a database role on the instance of Microsoft SQL Server as defined by the DatabaseRole object.

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

구문

‘선언
Public Sub Create
‘사용 방법
Dim instance As DatabaseRole

instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit  
override Create : unit -> unit
public final function Create()

구현

ICreatable.Create()

사용자, 역할 및 로그인 관리

참고 항목

참조

DatabaseRole 클래스

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

관련 자료

데이터베이스 수준 역할

CREATE ROLE(Transact-SQL)