Compartir a través de


Clase PlanGuideExtender

Extends the Property set for a Plan Guide

Esta API no es compatible con CLS. 

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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

El tipo PlanGuideExtender expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público PlanGuideExtender() () () () Extends the Property set for a Plan Guide
Método público PlanGuideExtender(PlanGuide) Extends the Property set for a Plan Guide.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets the name of the Parent Plan Guide.
Propiedad protegida Parent No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Propiedad pública SchemaNames Gets a collection of Schema Names associated with a Plan Guide

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método protegido GetParentSfcPropertySet Returns an instance of the parent objects property set. (Se hereda de SmoObjectExtender< (Of < ( <'T> ) > ) >.)
Método público GetPropertySet No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnPropertyChanged Raises the PropertyChanged event when it has any subscriber. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido OnPropertyMetadataChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido parent_PropertyChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido parent_PropertyMetadataChanged Indicates the parent object in the PropertyMetadata. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterParentProperty Registers the property of the parent that has not been included in properties collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterProperty(PropertyInfo) Registers an additional reflected property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterProperty(PropertyInfo, String) No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método público ToString (Se hereda de Object.)
Método público Validate Validates a method associated with a Parent Plan Guide.

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Evento público PropertyMetadataChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.