Partilhar via


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
Propriedade pública 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.
Propriedade pública 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.
Propriedade pública 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.
Propriedade pública IsNull Gets a value that indicates whether the property value has been read and is nullNothingnullptrunituma referência nula (Nothing no Visual Basic). Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública Name Gets the name of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública Required Gets a value that indicates whether the property is required to persist the current state of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública 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.
Propriedade pública 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.
Propriedade pública 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