PlanGuideExtender Class

Extends the Property set for a Plan Guide

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class PlanGuideExtender _
    Inherits SmoObjectExtender(Of PlanGuide) _
    Implements ISfcValidate
'Usage
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

Inheritance Hierarchy

System.Object
  SfcObjectExtender<PlanGuide>
    Microsoft.SqlServer.Management.Smo.SmoObjectExtender<PlanGuide>
      Microsoft.SqlServer.Management.Smo.PlanGuideExtender

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.