PlanGuideExtender 클래스
Extends the Property set for a Plan Guide
이 API는 CLS 규격이 아닙니다.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'PlanGuide> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'PlanGuide> ) > ) >
Microsoft.SqlServer.Management.Smo..::..PlanGuideExtender
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
Public Class PlanGuideExtender _
Inherits SmoObjectExtender(Of PlanGuide) _
Implements ISfcValidate
‘사용 방법
Dim instance As PlanGuideExtender
[CLSCompliantAttribute(false)]
public class PlanGuideExtender : SmoObjectExtender<PlanGuide>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class PlanGuideExtender : public SmoObjectExtender<PlanGuide^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type PlanGuideExtender =
class
inherit SmoObjectExtender<PlanGuide>
interface ISfcValidate
end
public class PlanGuideExtender extends SmoObjectExtender<PlanGuide> implements ISfcValidate
PlanGuideExtender 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
PlanGuideExtender() () () () | Extends the Property set for a Plan Guide | |
PlanGuideExtender(PlanGuide) | Extends the Property set for a Plan Guide. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Name | Gets or sets the name of the Parent Plan Guide. | |
Parent | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) | |
SchemaNames | Gets a collection of Schema Names associated with a Plan Guide |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (SmoObjectExtender< (Of < ( <'T> ) > ) >에서 상속됨) | |
GetPropertySet | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) | |
OnPropertyMetadataChanged | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) | |
parent_PropertyChanged | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) | |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) | |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) | |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) | |
RegisterProperty(PropertyInfo, String) | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) | |
ToString | (Object에서 상속됨) | |
Validate | Validates a method associated with a Parent Plan Guide. |
맨 위로 이동
이벤트
이름 | 설명 | |
---|---|---|
PropertyChanged | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) | |
PropertyMetadataChanged | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.