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及其指定名称。

适用于