Partilhar via


Propriedade do RDL XmlSchemaCollectionCollection.Item (String, String)

Gets an XmlSchemaCollection object in the collection by name and schema.

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, _
    schema As String _
) As XmlSchemaCollection 
    Get
'Uso
Dim instance As XmlSchemaCollectionCollection 
Dim name As String 
Dim schema As String 
Dim value As XmlSchemaCollection 

value = instance(name, schema)
public XmlSchemaCollection this[
    string name,
    string schema
] { get; }
public:
property XmlSchemaCollection^ default[String^ name, String^ schema] {
    XmlSchemaCollection^ get (String^ name, String^ schema);
}
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