Classe DynamicValuesAttribute
Indicates whether a property value can be a dynamic list. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Attribute
Microsoft.SqlServer.Management.Sdk.Sfc..::..DynamicValuesAttribute
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public Class DynamicValuesAttribute _
Inherits Attribute
'Utilizzo
Dim instance As DynamicValuesAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public class DynamicValuesAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property)]
public ref class DynamicValuesAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Property)>]
type DynamicValuesAttribute =
class
inherit Attribute
end
public class DynamicValuesAttribute extends Attribute
Nel tipo DynamicValuesAttribute sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DynamicValuesAttribute | Initializes a new instance of the DynamicValuesAttribute class. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Enabled | Gets a value that indicates whether the property value can be a dynamic list. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
TypeId | Ereditato da Attribute. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Attribute. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Attribute. | |
GetType | Ereditato da Object. | |
IsDefaultAttribute | Ereditato da Attribute. | |
Match | Ereditato da Attribute. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | Ereditato da Attribute. | |
_Attribute. . :: . .GetTypeInfo | Ereditato da Attribute. | |
_Attribute. . :: . .GetTypeInfoCount | Ereditato da Attribute. | |
_Attribute. . :: . .Invoke | Ereditato da Attribute. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.