PlanGuideExtender Class

Extends the Property set for a Plan Guide

This API is not CLS-compliant. 

Inheritance Hierarchy

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

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

The PlanGuideExtender type exposes the following members.

Constructors

  Name Description
Public method PlanGuideExtender() Extends the Property set for a Plan Guide
Public method PlanGuideExtender(PlanGuide) Extends the Property set for a Plan Guide.

Top

Properties

  Name Description
Public property Name Gets or sets the name of the Parent Plan Guide.
Protected property Parent Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)
Public property SchemaNames Gets a collection of Schema Names associated with a Plan Guide

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetParentSfcPropertySet Returns an instance of the parent objects property set. (Inherited from SmoObjectExtender<T>.)
Public method GetPropertySet Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnPropertyChanged Raises the PropertyChanged event when it has any subscriber. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)
Protected method OnPropertyMetadataChanged Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)
Protected method parent_PropertyChanged Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)
Protected method parent_PropertyMetadataChanged Indicates the parent object in the PropertyMetadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)
Protected method RegisterParentProperty Registers the property of the parent that has not been included in properties collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)
Protected method RegisterProperty(PropertyInfo) Registers an additional reflected property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)
Protected method RegisterProperty(PropertyInfo, String) Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)
Public method ToString (Inherited from Object.)
Public method Validate Validates a method associated with a Parent Plan Guide.

Top

Events

  Name Description
Public event PropertyChanged Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)
Public event PropertyMetadataChanged Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.)

Top

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.