Interface ISfcProperty
Defines properties that can be used to provide information about a property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Interface ISfcProperty
'Utilisation
Dim instance As ISfcProperty
public interface ISfcProperty
public interface class ISfcProperty
type ISfcProperty = interface end
public interface ISfcProperty
Le type ISfcProperty expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Attributes | Gets the aggregated list of custom attributes that are associated with the property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Dirty | Gets a value that indicates whether the property value has been changed. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Enabled | Gets a value that indicates whether the property is enabled. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
IsNull | Gets a value that indicates whether the property value has been read and is nullNothingnullptrunitune référence Null (Nothing dans Visual Basic). Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Name | Gets the name of the property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Required | Gets a value that indicates whether the property is required to persist the current state of the object. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Type | Gets a Type object that represents the type of the property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Value | Gets or sets the value of the property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Writable | Gets a value that indicates whether this is a read-write property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page