SfcProperty Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public NotInheritable Class SfcProperty _
    Implements ISfcProperty
'Usage
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

The SfcProperty type exposes the following members.

Properties

  Name Description
Public property Attributes Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Computed Gets a value indicating whether the property object is computed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Dirty Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Enabled Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Encrypted Gets a value indicating whether the object is encrypted. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property IdentityKey Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property IsAvailable Returns whether or not the command is currently enabled. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property IsNull Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Name Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Readable Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Required Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Retrieved Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property SqlAzureDatabase Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Standalone Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Type Gets the type of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Value Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Writable Gets the Boolean property value that specifies whether the property can be modified. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method CompareTo Compares the property object to another object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Equals Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two objects are equal by performing an equality operation on two Property objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public operatorStatic member GreaterThan Determines whether one object is greater than another object by performing a greater than operation on two Property objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public operatorStatic member Inequality Determines whether two objects are unequal by performing an inequality operation on two Property objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public operatorStatic member LessThan Determines whether one object is less than another object by performing a less than operation on two Property objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.