Condividi tramite


Proprietà Item (String)

Gets a DataFile object in the collection by name.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As DataFile
    Get
'Utilizzo
Dim instance As DataFileCollection
Dim name As String
Dim value As DataFile

value = instance(name)
public DataFile this[
    string name
] { get; }
public:
property DataFile^ default[String^ name] {
    DataFile^ get (String^ name);
}
member Item : DataFile
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .DataFile
A DataFile object value that represents the database file.