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 | |
---|---|---|
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. | |
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. | |
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. | |
IsNull | Gets a value that indicates whether the property value has been read and is nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic).. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Name | Gets the name of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
Required | Gets a value that indicates whether the property is required to persist the current state of the object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
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. | |
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. | |
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