Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a Schema object in the collection by name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As Schema
Get
'Utilisation
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 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 Schema object in the SchemaCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Schema
A Schema object value that represents the schema.