Classe PlanGuideExtender
Extends the Property set for a Plan Guide
Essa API não é compatível com CLS.
Hierarquia de herança
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 (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
O tipo PlanGuideExtender expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
PlanGuideExtender() | Extends the Property set for a Plan Guide | |
PlanGuideExtender(PlanGuide) | Extends the Property set for a Plan Guide. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Name | Gets or sets the name of the Parent Plan Guide. | |
Parent | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) | |
SchemaNames | Gets a collection of Schema Names associated with a Plan Guide |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (Herdado de SmoObjectExtender<T>.) | |
GetPropertySet | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
OnPropertyChanged | Raises the PropertyChanged event when it has any subscriber. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) | |
OnPropertyMetadataChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) | |
parent_PropertyChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) | |
parent_PropertyMetadataChanged | Indicates the parent object in the PropertyMetadata. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) | |
RegisterParentProperty | Registers the property of the parent that has not been included in properties collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) | |
RegisterProperty(PropertyInfo) | Registers an additional reflected property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) | |
RegisterProperty(PropertyInfo, String) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) | |
ToString | (Herdado de Object.) | |
Validate | Validates a method associated with a parent plan guide. |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) | |
PropertyMetadataChanged | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender<TSfcInstance>.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.