INodeInformation.Item 속성
Gets the property bag for the node.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
ReadOnly Default Property Item ( _
name As String _
) As Object
Get
‘사용 방법
Dim instance As INodeInformation
Dim name As String
Dim value As Object
value = instance(name)
Object this[
string name
] { get; }
property Object^ default[String^ name] {
Object^ get (String^ name);
}
abstract Item : Object
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- name
유형: System.String
A String string that represents the name of an item.
속성 값
유형: System.Object
An object that represents the property bag.
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스