IMutableServer.Credentials Property
Gets the collection of server credentials.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property Credentials As IMutableMetadataCollection(Of ICredential)
Get
'Usage
Dim instance As IMutableServer
Dim value As IMutableMetadataCollection(Of ICredential)
value = instance.Credentials
IMutableMetadataCollection<ICredential> Credentials { get; }
property IMutableMetadataCollection<ICredential^>^ Credentials {
IMutableMetadataCollection<ICredential^>^ get ();
}
abstract Credentials : IMutableMetadataCollection<ICredential>
function get Credentials () : IMutableMetadataCollection<ICredential>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<ICredential>
The IMetadataCollection<T> of ICredential that contains the server credentials.