Langage

DeployedDacCollection.Item[String, String] Propriété

Définition

Retourne l’objet avec le nom spécifié dans la collection

public:
 property Microsoft::SqlServer::Management::Utility::DeployedDac ^ default[System::String ^, System::String ^] { Microsoft::SqlServer::Management::Utility::DeployedDac ^ get(System::String ^ name, System::String ^ serverInstanceName); };
public Microsoft.SqlServer.Management.Utility.DeployedDac this[string name, string serverInstanceName] { get; }
member this.Item(string * string) : Microsoft.SqlServer.Management.Utility.DeployedDac
Default Public ReadOnly Property Item(name As String, serverInstanceName As String) As DeployedDac

Paramètres

name
String

Une valeur qui spécifie String le nom de l’ordinateur.

serverInstanceName
String

Une valeur qui spécifie String le nom de l’instance serveur.

Valeur de propriété

Une DeployedDac valeur d’objet représentant le DAC déployé avec le nom spécifié.

S’applique à