PlanGuideExtender 클래스
Extends the Property set for a Plan Guide
이 API는 CLS와 호환되지 않습니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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
상속 계층 구조
System. . :: . .Object
SfcObjectExtender< (Of < ( <'PlanGuide> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'PlanGuide> ) > ) >
Microsoft.SqlServer.Management.Smo..::..PlanGuideExtender
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.