Compartir a través de


SfcPropertyCollection.Item Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As SfcProperty 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

  • propertyName
    Tipo: System.String
    A string value for the property name.

Valor de la propiedad

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

Vea también

Referencia

SfcPropertyCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc