Propriedade do RDL Item
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- propertyName
Tipo: System. . :: . .String
A string value for the property name.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcProperty
The item in the property collection.
Consulte também