共用方式為


Item 屬性

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As SfcProperty
    Get
'用途
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 支援索引屬性的使用,但不支援新屬性的宣告。

參數

屬性值

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