หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returns a string collection of credentials associated with a login.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumCredentials As StringCollection
'Usage
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
Return Value
Type: System.Collections.Specialized.StringCollection
A string collection of credentials associated with a login.