ParameterCollection.Item[String] 속성

정의

지정한 ID를 가진 ParameterInfo를 가져옵니다.

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

매개 변수

name
String

지정한 ID입니다.

속성 값

적용 대상