Condividi tramite


Proprietà Item

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As SfcProperty
    Get
'Utilizzo
Dim instance As SfcPropertyCollection
Dim propertyName As String
Dim value As SfcProperty

value = instance(propertyName)
public SfcProperty this[
    string propertyName
] { get; }
public:
property SfcProperty^ default[String^ propertyName] {
    SfcProperty^ get (String^ propertyName);
}
member Item : SfcProperty
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcProperty
The item in the property collection.