Classe SfcObjectAttribute
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.Metadata.SfcRelationshipAttribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectAttribute
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := True, AllowMultiple := False)> _
Public Class SfcObjectAttribute _
Inherits SfcRelationshipAttribute
'Utilizzo
Dim instance As SfcObjectAttribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public class SfcObjectAttribute : SfcRelationshipAttribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = false)]
public ref class SfcObjectAttribute : public SfcRelationshipAttribute
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)>]
type SfcObjectAttribute =
class
inherit SfcRelationshipAttribute
end
public class SfcObjectAttribute extends SfcRelationshipAttribute
Nel tipo SfcObjectAttribute sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SfcObjectAttribute() | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(Type) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcObjectCardinality) | Initializes a new instance of the SfcObjectAttribute class with the specified cardinality. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcObjectFlags) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcObjectRelationship) | Initializes a new instance of the SfcObjectAttribute class with the specified relationship. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(Type, SfcObjectFlags) | Initializes a new instance of the SfcObjectAttribute class with the specified flag and the type contains. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcContainerCardinality, Type) | Initializes a new instance of the SfcObjectAttribute class with the specified type and cardinality. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcObjectCardinality, SfcObjectFlags) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality) | Initializes a new instance of the SfcObjectAttribute class with the specified relationship and cardinality to its parent. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcObjectRelationship, SfcObjectFlags) | Initializes a new instance of the SfcObjectAttribute class with the specified flag and relationship to its parent. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcContainerCardinality, Type, SfcObjectFlags) | Initializes a new instance of the SfcObjectAttribute class with the specified type and cardinality. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality, SfcObjectFlags) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type, SfcObjectFlags) | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Cardinality | Gets or sets the cardinality of the type in relationship to its parent. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcRelationshipAttribute. | |
ContainsType | Gets or sets the type that container holds. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcRelationshipAttribute. | |
Deploy | Gets or sets a value indicating whether to deploy the specified flags. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Design | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Flags | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
NaturalOrder | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Relationship | Gets or sets the relationship to its parent. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcRelationshipAttribute. | |
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.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata