IUserFactory 인터페이스

Defines methods that can be used to create IUser objects.

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

구문

‘선언
Public Interface IUserFactory
‘사용 방법
Dim instance As IUserFactory
public interface IUserFactory
public interface class IUserFactory
type IUserFactory =  interface end
public interface IUserFactory

IUserFactory 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 CreateAsymmetricKeyUser Creates an IMutableUser object that belongs to the specified IDatabase object and has the specified name. The UserType property of the created object is set to AsymmetricKey.
공용 메서드 CreateCertificateUser Creates an IMutableUser object that belongs to the specified IDatabase object and has the specified name. The UserType property of the created object is set to Certificate.
공용 메서드 CreateNoLoginUser Creates an IMutableUser object that belongs to the specified IDatabase object and has the specified name. The UserType property of the created object is set to NoLogin.
공용 메서드 CreateSqlLoginUser Creates an IMutableUser object that belongs to the specified IDatabase object and has the specified name. The UserType property of the created object is set to SqlLogin.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스