ILoginFactory 인터페이스

Defines methods that are used to create SQL Server login objects.

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

구문

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

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

메서드

  이름 설명
공용 메서드 CreateAsymmetricKeyLogin Creates an IMutableLogin object using the specified IServer object and name. The LoginType property of the created object is set to AsymmetricKey.
공용 메서드 CreateCertificateLogin Creates an IMutableLogin object using the specified IServer object and name. The LoginType property of the created object is set to Certificate.
공용 메서드 CreatePassword Creates an IMutablePassword object.
공용 메서드 CreateSqlLogin Creates an IMutableLogin object using the specified IServer object and name. The LoginType property of the created object is set to Sql.
공용 메서드 CreateWindowsLogin Creates an IMutableLogin object using the specified IServer object and name. The LoginType property of the created object is set to Windows.

맨 위로 이동

참고 항목

참조

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