Credentials 屬性
Gets the collection of server credentials.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
ReadOnly Property Credentials As IMetadataCollection(Of ICredential)
Get
'用途
Dim instance As IServer
Dim value As IMetadataCollection(Of ICredential)
value = instance.Credentials
IMetadataCollection<ICredential> Credentials { get; }
property IMetadataCollection<ICredential^>^ Credentials {
IMetadataCollection<ICredential^>^ get ();
}
abstract Credentials : IMetadataCollection<ICredential>
function get Credentials () : IMetadataCollection<ICredential>
屬性值
型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ICredential> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ICredential that contains the server credentials.