Linguaggio

DeployedDacCollection.Item[String, String] Proprietà

Definizione

Restituisce l'oggetto con il nome specificato nella collezione

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

Parametri

name
String

Un String valore che specifica il nome del computer.

serverInstanceName
String

Un String valore che specifica il nome dell'istanza del server.

Valore della proprietà

Un DeployedDac valore di oggetto che rappresenta il DAC distribuito con il nome specificato.

Si applica a