Compartir a través de


DeployedDacCollection.Item Propiedad (String, String)

Returns the object with the specified name in the collection

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String, _
    serverInstanceName As String _
) As DeployedDac 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

  • serverInstanceName
    Tipo: System.String
    A String value that specifies the name of the server instance.

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Utility.DeployedDac
A DeployedDac object value that represents the deployed DAC with the specified name.

Vea también

Referencia

DeployedDacCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Utility