Свойство Item (String, String)
Returns the object with the specified name in the collection
Пространство имен: Microsoft.SqlServer.Management.Utility
Сборка: Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String, _
serverInstanceName As String _
) As DeployedDac
Get
'Применение
Dim instance As DeployedDacCollection
Dim name As String
Dim serverInstanceName As String
Dim value As DeployedDac
value = instance(name, serverInstanceName)
public DeployedDac this[
string name,
string serverInstanceName
] { get; }
public:
property DeployedDac^ default[String^ name, String^ serverInstanceName] {
DeployedDac^ get (String^ name, String^ serverInstanceName);
}
member Item : DeployedDac
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
A String value that specifies the name of the computer.
- serverInstanceName
Тип: System. . :: . .String
A String value that specifies the name of the server instance.
Значение свойства
Тип: Microsoft.SqlServer.Management.Utility. . :: . .DeployedDac
A DeployedDac object value that represents the deployed DAC with the specified name.