Compartir a través de


Interfaz ISfcProperty

Defines properties that can be used to provide information about a property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Interface ISfcProperty
'Uso
Dim instance As ISfcProperty
public interface ISfcProperty
public interface class ISfcProperty
type ISfcProperty =  interface end
public interface ISfcProperty

El tipo ISfcProperty expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Attributes Gets the aggregated list of custom attributes that are associated with the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Dirty Gets a value that indicates whether the property value has been changed. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Enabled Gets a value that indicates whether the property is enabled. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública IsNull Gets a value that indicates whether the property value has been read and is nulles una referencia NULL (Nothing en Visual Basic).. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Name Gets the name of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Required Gets a value that indicates whether the property is required to persist the current state of the object.
Propiedad pública Type Gets a Type object that represents the type of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Value Gets or sets the value of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Writable Gets a value that indicates whether this is a read-write property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc