IndexedXmlPathNamespaceCollection.Item Propiedad (String)
Gets or sets the indexed XML path namespace by name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As IndexedXmlPathNamespace
Get
'Uso
Dim instance As IndexedXmlPathNamespaceCollection
Dim name As String
Dim value As IndexedXmlPathNamespace
value = instance(name)
public IndexedXmlPathNamespace this[
string name
] { get; }
public:
property IndexedXmlPathNamespace^ default[String^ name] {
IndexedXmlPathNamespace^ get (String^ name);
}
member Item : IndexedXmlPathNamespace
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
The name of the indexed XML path namespace.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace
The indexed XML path namespace.