Item propriété (String)
Gets an XmlSchemaCollection object in the collection by name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As XmlSchemaCollection
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System. . :: . .String
A String value that specifies the name of the XmlSchemaCollection object in the XmlSchemaCollectionCollection collection.
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .XmlSchemaCollection
An XmlSchemaCollection object value that represents the XML schema collection.
Voir aussi