Proprietà Credentials
Gets the collection of server credentials.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
ReadOnly Property Credentials As IMutableMetadataCollection(Of ICredential)
Get
'Utilizzo
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>
Valore proprietà
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'ICredential> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ICredential that contains the server credentials.