SfcPropertyCollection.Item Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
propertyName As String _
) As SfcProperty
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- propertyName
Type: System.String
A string value for the property name.
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty
The item in the property collection.