INavigableItem 인터페이스
Represents the hierarchy node that lives within an IExplorerHierarchy object.
이 API는 CLS 규격이 아닙니다. CLS 규격 대체 항목은 [false]입니다.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
Public Interface INavigableItem _
Inherits IServiceProvider
‘사용 방법
Dim instance As INavigableItem
[CLSCompliantAttribute(false)]
public interface INavigableItem : IServiceProvider
[CLSCompliantAttribute(false)]
public interface class INavigableItem : IServiceProvider
[<CLSCompliantAttribute(false)>]
type INavigableItem =
interface
interface IServiceProvider
end
public interface INavigableItem extends IServiceProvider
INavigableItem 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
BuildSet | Gets the specified build settings of the item. | |
Context | Gets the context of the item. | |
Description | Gets the description of the item. | |
DisplayName | Gets the displayed name of the item. | |
Icon | Gets the icon of the item. | |
InvariantPath | Gets the constant path of an item. | |
IsFiltered | Gets a value indicating whether the item is filtered. | |
IsValid | Gets a value indicating whether given item is valid. | |
Item | Represents the object item. | |
Name | Gets the specified name of the item. | |
Parent | Gets the immediate parent object of the item. | |
ShowPolicyHealthState | Gets or sets a value indicating whether the item contains values that specify the health state of the policy. | |
State | Gets the specified state of the item. | |
Tag | Gets or sets the object that contains data about the item. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
BeginRequestChildren | Begins an asynchronous operation to transmit a request of children of the item. | |
BeginUpdateChildren | Begins an asynchronous operation to execute an update of children of the item. | |
EndRequestChildren | Completes an asynchronous operation to respond to a transmitted request. | |
EndUpdateChildren | Completes an asynchronous operation in updating the children. | |
GetChildren | Retrieves children with the specified scope of the item. | |
GetService | (IServiceProvider에서 상속됨) | |
IsApplicable | Gets or sets a value indicating whether an item is applicable to the object. | |
IsExpandable | Gets or sets a value indicating whether an item is expandable to the object. | |
IsLeaf | Gets or sets a value indicating whether an item is a leaf member. | |
Refresh | Updates the items of an object. | |
Remove | Removes the items of an object. | |
RequestChildren | Indicates the request of children of the item. | |
UpdateChildren | Indicates the update of children of the item. |
맨 위로 이동
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스