PlanGuideExtender 類別
Extends the Property set for a Plan Guide
此 API 不符合 CLS 標準。
命名空間: 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
繼承階層
System. . :: . .Object
SfcObjectExtender< (Of < ( <'PlanGuide> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'PlanGuide> ) > ) >
Microsoft.SqlServer.Management.Smo..::..PlanGuideExtender
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。