ConditionCollection.Item 속성 (String)

Gets a Condition object in the collection by name.

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

구문

‘선언
Public ReadOnly Default Property Item ( _
    name As String _
) As Condition 
    Get
‘사용 방법
Dim instance As ConditionCollection 
Dim name As String 
Dim value As Condition 

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

매개 변수

속성 값

유형: Microsoft.SqlServer.Management.Dmf.Condition
A Condition object value that represents the condition that has the specified name.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

컬렉션 사용

참고 항목

참조

ConditionCollection 클래스

Item 오버로드

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