Classe PlanGuideExtender

Extends the Property set for a Plan Guide

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(False)> _
Public Class PlanGuideExtender _
    Inherits SmoObjectExtender(Of PlanGuide) _
    Implements ISfcValidate
'Utilisation
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

Hiérarchie d'héritage

System. . :: . .Object
  SfcObjectExtender< (Of < ( <'PlanGuide> ) > ) >
    Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'PlanGuide> ) > ) >
      Microsoft.SqlServer.Management.Smo..::..PlanGuideExtender

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.