共用方式為


Item 屬性 (String)

Gets a DacInstance..::..Key object for the DAC instance that has the specified name.

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

語法

'宣告
Public ReadOnly Default Property Item ( _
    name As String _
) As DacInstance
    Get
'用途
Dim instance As DacInstanceCollection
Dim name As String
Dim value As DacInstance

value = instance(name)
public DacInstance this[
    string name
] { get; }
public:
property DacInstance^ default[String^ name] {
    DacInstance^ get (String^ name);
}
member Item : DacInstance
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

屬性值

型別:Microsoft.SqlServer.Management.Dac. . :: . .DacInstance
A DacInstance..::..Key object for the specified DAC instance.