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 값입니다.

속성 값

지정한 이름을 가진 배포된 DAC를 나타내는 DeployedDac 개체 값입니다.

적용 대상