Condividi tramite


Proprietà Item (String)

Gets an XmlSchemaCollection 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 XmlSchemaCollection
    Get
'Utilizzo
Dim instance As XmlSchemaCollectionCollection
Dim name As String
Dim value As XmlSchemaCollection

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

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .XmlSchemaCollection
An XmlSchemaCollection object value that represents the XML schema collection.