다음을 통해 공유


DeployedDacCollection.Item 속성 (String, String)

Returns the object with the specified name in the collection

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
Public ReadOnly Default Property Item ( _
    name As String, _
    serverInstanceName As String _
) As DeployedDac 
    Get
‘사용 방법
Dim instance As DeployedDacCollection 
Dim name As String 
Dim serverInstanceName As String 
Dim value As DeployedDac 

value = instance(name, serverInstanceName)
public DeployedDac this[
    string name,
    string serverInstanceName
] { get; }
public:
property DeployedDac^ default[String^ name, String^ serverInstanceName] {
    DeployedDac^ get (String^ name, String^ serverInstanceName);
}
member Item : DeployedDac
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

  • serverInstanceName
    유형: System.String
    A String value that specifies the name of the server instance.

속성 값

유형: Microsoft.SqlServer.Management.Utility.DeployedDac
A DeployedDac object value that represents the deployed DAC with the specified name.

참고 항목

참조

DeployedDacCollection 클래스

Item 오버로드

Microsoft.SqlServer.Management.Utility 네임스페이스