ProjectCollection.Item[String] 속성

정의

지정한 이름의 ProjectInfo를 가져옵니다.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::ProjectInfo ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::ProjectInfo ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
Default Public ReadOnly Property Item(name As String) As ProjectInfo

매개 변수

name
String

지정한 이름입니다.

속성 값

지정한 ProjectInfo의 이름입니다.

적용 대상