Classe SfcPropertyAttribute
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
System.Object
System.Attribute
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyAttribute
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := True, AllowMultiple := False)> _
Public Class SfcPropertyAttribute _
Inherits Attribute
'Uso
Dim instance As SfcPropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public class SfcPropertyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = false)]
public ref class SfcPropertyAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)>]
type SfcPropertyAttribute =
class
inherit Attribute
end
public class SfcPropertyAttribute extends Attribute
O tipo SfcPropertyAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SfcPropertyAttribute() | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcPropertyAttribute(SfcPropertyFlags) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SfcPropertyAttribute(SfcPropertyFlags, String) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Computed | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Data | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
DefaultValue | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Deploy | Gets or sets a value indicating whether to deploy the specified flags. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. | |
Design | Gets or sets a value indicating whether to design the specified flags. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Encrypted | Gets or sets a value indicating whether to encrypt the specified flags. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Expensive | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Flags | Gets or sets the value of the specified flags. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
ReadOnlyAfterCreation | Gets or sets a value indicating whether to read only the specified flags after creations. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Required | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
SqlAzureDatabase | Gets or sets a value indicating whether the specified flags are the same with SqlAzureDatabase flags. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. | |
Standalone | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. | |
TypeId | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute.GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute.GetTypeInfo | (Herdado de Attribute.) | |
_Attribute.GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute.Invoke | (Herdado de Attribute.) |
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.