Share via


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
Propriété publique 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.
Propriété publique 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.
Propriété publique 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.
Propriété publique 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.
Propriété publique 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.
Propriété publique 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.
Propriété publique 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.
Propriété publique 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.
Propriété publique 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