SfcProperty 类

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

继承层次结构

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty

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

语法

声明
Public NotInheritable Class SfcProperty _
    Implements ISfcProperty
用法
Dim instance As SfcProperty
public sealed class SfcProperty : ISfcProperty
public ref class SfcProperty sealed : ISfcProperty
[<SealedAttribute>]
type SfcProperty =  
    class 
        interface ISfcProperty 
    end
public final class SfcProperty implements ISfcProperty

SfcProperty 类型公开以下成员。

属性

  名称 说明
公共属性 Attributes 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Computed Gets a value indicating whether the property object is computed. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Dirty 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Enabled 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Encrypted Gets a value indicating whether the object is encrypted. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values.
公共属性 IdentityKey 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 IsAvailable Returns whether or not the command is currently enabled.
公共属性 IsNull 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Name 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Readable 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Required 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Retrieved 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 SqlAzureDatabase 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Standalone 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Type Gets the type of the property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Value 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Writable Gets the Boolean property value that specifies whether the property can be modified.

页首

方法

  名称 说明
公共方法 CompareTo Compares the property object to another object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 Equals 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (覆盖 Object.Equals(Object)。)
公共方法 GetHashCode 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (覆盖 Object.GetHashCode()。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (覆盖 Object.ToString()。)

页首

运算符

  名称 说明
公共运算符静态成员 Equality Determines whether two objects are equal by performing an equality operation on two Property objects. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共运算符静态成员 GreaterThan Determines whether one object is greater than another object by performing a greater than operation on two Property objects.
公共运算符静态成员 Inequality Determines whether two objects are unequal by performing an inequality operation on two Property objects. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共运算符静态成员 LessThan Determines whether one object is less than another object by performing a less than operation on two Property objects. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

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