Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the item in the collection.
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 IndexedXmlPath
Get
'Usage
Dim instance As IndexedXmlPathCollection
Dim name As String
Dim value As IndexedXmlPath
value = instance(name)
public IndexedXmlPath this[
string name
] { get; }
public:
property IndexedXmlPath^ default[String^ name] {
IndexedXmlPath^ get (String^ name);
}
member Item : IndexedXmlPath
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
The name of the item in the collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item in the collection.