IContext 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
다른 개체에 대한 사용자 지정 지원을 제공하는 서비스 개체를 검색합니다.
public interface class IContext : IEquatable<Microsoft::SqlServer::Management::Data::IContext ^>, IServiceProvider, Microsoft::SqlServer::Management::Data::IPropertyDictionary, Microsoft::SqlServer::Management::Sdk::Sfc::ISfcPropertySet, System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public interface IContext : IEquatable<Microsoft.SqlServer.Management.Data.IContext>, IServiceProvider, Microsoft.SqlServer.Management.Data.IPropertyDictionary, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type IContext = interface
interface IPropertyDictionary
interface ISfcPropertySet
interface IDictionary<string, obj>
interface ICollection<KeyValuePair<string, obj>>
interface seq<KeyValuePair<string, obj>>
interface IEnumerable
interface IServiceProvider
interface IEquatable<IContext>
Public Interface IContext
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object)), IEquatable(Of IContext), IPropertyDictionary, IServiceProvider, ISfcPropertySet
- 파생
- 구현
-
IPropertyDictionary ISfcPropertySet ICollection<KeyValuePair<String,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<String,Object> IEnumerable<KeyValuePair<String,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IEnumerable IEquatable<IContext> IServiceProvider
메서드
Add(IEnumerable<KeyValuePair<String,Object>>, PropertyCollisionResolution) |
지정된 속성 해결 모드를 사용하여 속성을 사전에 추가합니다. (다음에서 상속됨 IPropertyDictionary) |
Add(ISfcProperty) |
지정된 속성을 사전에 추가합니다. (다음에서 상속됨 IPropertyDictionary) |
Add(ISfcProperty, PropertyCollisionResolution) |
지정된 인터페이스 해결 모드를 사용하여 속성을 사전에 추가합니다. (다음에서 상속됨 IPropertyDictionary) |
Add(KeyValuePair<String,Object>, PropertyCollisionResolution) |
지정한 키와 값을 사전에 추가합니다. (다음에서 상속됨 IPropertyDictionary) |
Add(String, Object, PropertyCollisionResolution) |
속성의 지정된 키, 값 및 해결 모드를 사용하여 속성을 사전에 추가합니다. (다음에서 상속됨 IPropertyDictionary) |
Add(String, Type) |
지정된 이름 및 유형을 사용하여 속성을 사전에 추가합니다. (다음에서 상속됨 IPropertyDictionary) |
Add(String, Type, PropertyCollisionResolution) |
지정된 이름, 유형 및 인터페이스 해결 모드를 사용하여 속성을 사전에 추가합니다. (다음에서 상속됨 IPropertyDictionary) |
Contains(ISfcProperty) |
지정한 메타데이터를 가진 속성이 속성 집합에 있는지 여부를 확인합니다. 코드에서 직접 이 구성원을 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (다음에서 상속됨 ISfcPropertySet) |
Contains(String) |
지정한 이름을 가진 속성이 속성 집합에 있는지 여부를 확인합니다. 코드에서 직접 이 구성원을 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (다음에서 상속됨 ISfcPropertySet) |
Contains<T>(String) |
지정된 이름과 형식의 속성이 속성 집합에 있는지 여부를 확인합니다. 코드에서 이 멤버를 직접 참조하지 마세요. SQL Server 인프라를 지원합니다. (다음에서 상속됨 ISfcPropertySet) |
EnumProperties() |
속성 집합의 속성을 반복할 수 있는 열거자를 반환합니다. 코드에서 직접 이 구성원을 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (다음에서 상속됨 ISfcPropertySet) |
TryGetProperty(String, ISfcProperty) |
속성 메타데이터를 가져오려고 시도합니다. 코드에서 직접 이 구성원을 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (다음에서 상속됨 ISfcPropertySet) |
TryGetPropertyValue(String, Object) |
속성 값을 가져오려고 시도합니다. 코드에서 직접 이 구성원을 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (다음에서 상속됨 ISfcPropertySet) |
TryGetPropertyValue<T>(String, T) |
속성 값을 가져오려고 시도합니다. 코드에서 직접 이 구성원을 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (다음에서 상속됨 ISfcPropertySet) |