Classe PlanGuideExtender
Extends the Property set for a Plan Guide
Esta API não é compatível com CLS.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<CLSCompliantAttribute(False)> _
Public Class PlanGuideExtender _
Inherits SmoObjectExtender(Of PlanGuide) _
Implements ISfcValidate
'Uso
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
Hierarquia de herança
System. . :: . .Object
SfcObjectExtender< (Of < ( <'PlanGuide> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'PlanGuide> ) > ) >
Microsoft.SqlServer.Management.Smo..::..PlanGuideExtender
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.