Propriedade do RDL Item (String)
Gets a Schema 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 Schema
Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
A String value that specifies the name of the Schema object in the SchemaCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Schema
A Schema object value that represents the schema.
Consulte também