Propriété Item
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
propertyName As String _
) As SfcProperty
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- propertyName
Type : System. . :: . .String
A string value for the property name.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcProperty
The item in the property collection.
Voir aussi