Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the indexed XML path namespace by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As IndexedXmlPathNamespace
Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- name
Typ: System.String
The name of the indexed XML path namespace.
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace
The indexed XML path namespace.