DeployedDacCollection.Item[String, String] 属性

定义

返回集合中具有指定名称的对象。

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

参数

name
String

一个指定计算机名称的 String 值。

serverInstanceName
String

一个 String 值,该值指定服务器实例的名称。

属性值

一个 DeployedDac 对象值,该值表示具有指定名称的已部署 DAC。

适用于