Login.EnumCredentials 메서드

Returns a string collection of credentials associated with a login.

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

구문

‘선언
Public Function EnumCredentials As StringCollection
‘사용 방법
Dim instance As Login 
Dim returnValue As StringCollection 

returnValue = instance.EnumCredentials()
public StringCollection EnumCredentials()
public:
StringCollection^ EnumCredentials()
member EnumCredentials : unit -> StringCollection
public function EnumCredentials() : StringCollection

반환 값

유형: System.Collections.Specialized.StringCollection
A string collection of credentials associated with a login.

참고 항목

참조

Login 클래스

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