Login.EnumCredentials Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Collection of Credential Names mapped to the login. This method would always execute the select queries on the server even when ExecutionManager.ConnectionContext.SqlExecutionModes is set only to CaptureSql.
public System.Collections.Specialized.StringCollection EnumCredentials ();
member this.EnumCredentials : unit -> System.Collections.Specialized.StringCollection
Public Function EnumCredentials () As StringCollection