Interface ISfcProperty
Defines properties that can be used to provide information about a property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Interface ISfcProperty
'Uso
Dim instance As ISfcProperty
public interface ISfcProperty
public interface class ISfcProperty
type ISfcProperty = interface end
public interface ISfcProperty
O tipo ISfcProperty expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Attributes | Gets the aggregated list of custom attributes that are associated with the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Dirty | Gets a value that indicates whether the property value has been changed. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Enabled | Gets a value that indicates whether the property is enabled. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
IsNull | Gets a value that indicates whether the property value has been read and is nulluma referência nula (Nothing no Visual Basic). Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Name | Gets the name of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Required | Gets a value that indicates whether the property is required to persist the current state of the object. | |
Type | Gets a Type object that represents the type of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Value | Gets or sets the value of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Writable | Gets a value that indicates whether this is a read-write property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início