ISfcProperty 接口

Defines properties that can be used to provide information about a property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Interface ISfcProperty
用法
Dim instance As ISfcProperty
public interface ISfcProperty
public interface class ISfcProperty
type ISfcProperty =  interface end
public interface ISfcProperty

ISfcProperty 类型公开以下成员。

属性

  名称 说明
公共属性 Attributes Gets the aggregated list of custom attributes that are associated with the property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Dirty Gets a value that indicates whether the property value has been changed. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Enabled Gets a value that indicates whether the property is enabled. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 IsNull Gets a value that indicates whether the property value has been read and is nullnull 引用(在 Visual Basic 中为 Nothing). 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Name Gets the name of the property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Required Gets a value that indicates whether the property is required to persist the current state of the object.
公共属性 Type Gets a Type object that represents the type of the property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Value Gets or sets the value of the property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Writable Gets a value that indicates whether this is a read-write property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

请参阅

参考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间