Udostępnij za pośrednictwem


Właściwość Item (String)

Pobiera Credential obiekt w CredentialCollection kolekcja według nazwy.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As Credential
    Get
'Użycie
Dim instance As CredentialCollection
Dim name As String
Dim value As Credential

value = instance(name)
public Credential this[
    string name
] { get; }
public:
property Credential^ default[String^ name] {
    Credential^ get (String^ name);
}
member Item : Credential
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo. . :: . .Credential
A Credential wartość obiektu, który reprezentuje poświadczeń.