DeployedDacCollection.Item[String, String] Property

Definition

Returns the object with the specified name in the 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

Parameters

name
String

A String value that specifies the name of the computer.

serverInstanceName
String

A String value that specifies the name of the server instance.

Property Value

A DeployedDac object value that represents the deployed DAC with the specified name.

Applies to