Udostępnij za pośrednictwem


Właściwość Item (String)

Pobiera Schema obiektu 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 Schema
    Get
'Użycie
Dim instance As SchemaCollection
Dim name As String
Dim value As Schema

value = instance(name)
public Schema this[
    string name
] { get; }
public:
property Schema^ default[String^ name] {
    Schema^ get (String^ name);
}
member Item : Schema
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. . :: . .Schema
A Schema wartość obiektu, który reprezentuje schematu.