Propriedade do RDL IndexedXmlPathNamespaceCollection.Item (String)
Gets or sets the indexed XML path namespace 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 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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
The name of the indexed XML path namespace.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace
The indexed XML path namespace.