Propriedade do RDL XmlSchemaCollectionCollection.Item (String)

Gets an XmlSchemaCollection object in the collection by name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String _
) As XmlSchemaCollection 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Exemplos

How to Reference an Object by Using a Collection in Visual Basic .NET

Consulte também

Referência

XmlSchemaCollectionCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Usando coleções